parsed.org

Tips by tag: installation

Extract RPM by xinu on Aug 17, 2005 11:22 AM

If you want to extract the contents of an RPM to the current directory without installing it, run the following:

rpm2cpio foo.rpm | cpio -idv
commandscpioextractinstallationrpmrpm2cpio
RSS