rpm2cpio
Extract cpio archive from RPM Package Manager (RPM) package
- Provided by: rpm2cpio (Version: 6.0.1-1build1)
- Source: rpm
- Report a bug
Extract cpio archive from RPM Package Manager (RPM) package
rpm2cpio PACKAGE_FILE
rpm2cpio -
rpm2cpio converts the specified rpm package to a cpio(1) archive on the standard output.
Note: the cpio(5) format cannot host individual files over 4GB in size, and so this tool is considered obsolete. Use rpm2archive(1) instead.
PACKAGE_FILE
If dash (-) is given as the argument, data is read from the standard input.
On success, 0 is returned, a nonzero failure code otherwise.
rpm2cpio glint-1.0-1.i386.rpm | cpio -dium
cat glint-1.0-1.i386.rpm | rpm2cpio - | cpio -tv