Extracting RPM Files
Linux May 15th, 2008To extract the contents of a RPM file, you need the rpm2cpio and the cpio tools. Use them this way:
rpm2cpio name_of_package.rpm | cpio -iv
This will extract the contents of the RPM file.
To extract the contents of a RPM file, you need the rpm2cpio and the cpio tools. Use them this way:
rpm2cpio name_of_package.rpm | cpio -iv
This will extract the contents of the RPM file.
Recent Comments