All about RPM ( redhat Package Manager) HowTos

How can I list the contents of an uninstalled rpm To list the contents. find out what dependencies a rpm file has: $ rpm -qpR [.rpm-file] $ rpm -qR [package-name] The RPM package manager rpm comes with various utilities to interact with packages. The following command will list all the files inside an RPM package:…