rpm quick reference - useful stuff
Useful rpm commands rpm -qa | grep [string] Will show if the RPM you specify (in the string) is installed rpm -qf [/path/somefile] will show which package provides the specified file rpm -ql [packagename] will show all files contained in the installed package specified rpm -qlp [package.rpm] will list…