RPM Notes Revision as of Sunday, 20 December 2015 at 19:56 UTC

__NOTOC__

View contents of RPM

 rpm -qlp /path/to/file.rpm

Extract without installing

 rpm2cpio /path/to/file.rpm | cpio -idmv

Files are then extracted to the directory this command is issued in.

Category:Nikhil’s Notes
Category:From a past sysadmin
life