GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RPM2ARCHIVE(8) RPM2ARCHIVE(8)

rpm2archive - Create tar archive from RPM Package Manager (RPM) package.

rpm2archive {-n|--nocompression} FILES

rpm2archive converts the .rpm files specified as arguments to tar files. By default they are gzip compressed and saved with postfix ".tgz".

If '-' is given as argument, an rpm stream is read from standard in and written to standard out.

In opposite to rpm2cpio rpm2archive also works with RPM packages containing files greater than 4GB which are not supported by cpio. Unless rpm2cpio rpm2archive needs a working rpm installation which limits its usefulness for some disaster recovery scenarios.

-n, --nocompression
Generate uncompressed tar archive and use ".tar" as postfix of the file name.

rpm2archive glint-1.0-1.i386.rpm ; tar -xvz glint-1.0-1.i386.rpm.tgz

cat glint-1.0-1.i386.rpm | rpm2archive - | tar -tvz

rpm2cpio(8) rpm(8)


Florian Festi <ffesti@redhat.com>

    
27 January 2020

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.