Skip to main content

RPM cheatsheet


RPM is the Linux deployment tool. But how to use it?

What How
Files in RPM package rpm -qpl XX.rpm
List scriptsrpm -qp --scripts XX.rpm
Install rpmrpm -ivh XX.rpm
Update rpmrpm -Uvh XX.rpm
Installed packagesrpm -qa
Information on specific installationrpm -qi PACKAGE
Uninstall packagerpm -e XX




sd

Comments