Linux Command
rpm2cpio
Convert RPM package to cpio format file
Supplementary instructions
rpm2cpio command is used to convert rpm packages to cpio format files.
grammar
rpm2cpio(parameter)
Parameters
File: Specify the file name of the rpm package to be converted.
Example
rpm2cpio ../libstdc++-4.3.0-8.i386.rpm | cpio -idv


