How To Extract files from an RPM Package Without Installing It
Posted by Shu on April 29, 2010
0 comments
Extract RPM file using rpm2cpio and cpio command: $ rpm2cpio php-5.1.4-1.esp1.x86_64.rpm | cpio -idmv via How To Extract an RPM Package Without Installing It rpm extract command.