Extract Contents of a RPM
  May 28, 2010

You must install the rpm2cpio package on what ever operating system you are running. The following will extract a rpm hierarchy to the current directory.

  1. $ mkdir ~/extracted_rpm
  2. $ cd ~/extracted_rpm
  3. $ rpm2cpio /path/to/FILENAME.rpm | cpio -div



Post a New Comment

Name

Message

Security
Code

        (case insensitive & space between words)