RPM Cheat Sheet

What RPM did this file come from?

rpm -qf filename

What files did an RPM provide?

rpm -ql rpmname

What files would this RPM install?

rpm -qlp filename.rpm

How to open an RPM without installing it

rpm2cpio filename.rpm | cpio -idv

Tags: ,

Leave a Reply