Interview Questions And Answers

Q: - Explain the command "rpm -qf "?

it queries the RPM database for which package owns <filename>. When specifying a file, specify the absolute path of the file.

Submitted By:- Parveen Kumar            Email-ID: - parveen.antil@gmail.com

Q: - How to verify all installed packages?

rpm -Va

Submitted By:- Parveen Kumar            Email-ID: -parveen.antil@gmail.com

Q: - How to verify the signature of an rpm?

rpm -K test-1.0-1.i386.rpm

Submitted By:- Parveen Kumar            Email-ID: - parveen.antil@gmail.com

 

1
2