# To install a package: rpm -ivh # To remove a package: rpm -e # To find what package installs a file: rpm -qf # To find what files are installed by a package: rpm -qpl # To list all installed packages: rpm -qa