RPM is the Linux deployment tool. But how to use it?
| What |
How |
| Files in RPM package | rpm -qpl XX.rpm |
| List scripts | rpm -qp --scripts XX.rpm |
| Install rpm | rpm -ivh XX.rpm |
| Update rpm | rpm -Uvh XX.rpm |
| Installed packages | rpm -qa |
| Information on specific installation | rpm -qi PACKAGE |
| Uninstall package | rpm -e XX |
sd
Comments