skip to main content
Manual Set up : Here is a list of useful RPM commands
   
Here is a list of useful RPM commands
Command
Desription
rpm -Uvh <package name>
Installs or upgrades a package
rpm -e <package name>
removes an installed package
rpm -qa | grep <part of package name>
Search for a package where the search string is a part of the package name.
rpm -qi <package name>
Gives information about an installed package
rpm -ql <package name>
Lists files that the package provides