Monthly Archives: April 2010

How To Extract files from an RPM Package Without Installing It

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.