RPM Notes Revision as of Monday, 21 December 2015 at 02:30 UTC
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.