Thursday, May 07, 2009

how to extract files from an rpm without installing it

http://www.cyberciti.biz/tips/how-to-extract-an-rpm-package-without-installing-it.html
mkdir test
cd test
rpm2cpio ../myrpm.rpm | cpio -idmv

Labels:

0 Comments:

Post a Comment

<< Home