Difference between revisions of "RPM notes"

From Noah.org
Jump to navigationJump to search
(New page: Category:Engineering == Extract files from RPM == Extract an RPM (useful for source RPMs). Note that this dumps the contents into the '''current''' directory. <pre> rpm2cpio exampl...)
 
 
Line 4: Line 4:
 
== Extract files from RPM ==
 
== Extract files from RPM ==
  
Extract an RPM (useful for source RPMs). Note that this dumps the contents into the '''current''' directory.
+
How to sxtract files from an RPM (useful for source RPMs). Under Ubuntu you will need to install the '''rpm''' package.
 +
Note that this dumps the contents into the '''current''' directory.
  
 
<pre>
 
<pre>

Latest revision as of 06:02, 23 September 2010


Extract files from RPM

How to sxtract files from an RPM (useful for source RPMs). Under Ubuntu you will need to install the rpm package. Note that this dumps the contents into the current directory.

rpm2cpio example.src.rpm | cpio -idmv

RPMs on Debian and Ubuntu

Install the alien package. This will allow you to convert a variety of package types into DEB packages. Supports RPM