Difference between revisions of "Rpm2cpio"

From CBLFS
Jump to navigationJump to search
 
Line 5: Line 5:
 
|}
 
|}
  
rpm2cpio is a perl script that converts a RPM to a cpio archive.
+
{{Packge-Introduction|rpm2cpio is a perl script that converts a RPM to a cpio archive.}}
 +
 
 +
== Non-Multilib or Multilib ==
  
 
Install the script to /usr/bin with the following command:
 
Install the script to /usr/bin with the following command:
  
 
  install -v -m755 rpm2cpio /usr/bin
 
  install -v -m755 rpm2cpio /usr/bin

Revision as of 13:24, 16 April 2007

Download Source: http://www.iagora.com/~espel/rpm2cpio

Template:Packge-Introduction

Non-Multilib or Multilib

Install the script to /usr/bin with the following command:

install -v -m755 rpm2cpio /usr/bin