1RPM2ARCHIVE(8) RPM2ARCHIVE(8)
2
3
4
6 rpm2archive - Create tar archive from RPM Package Manager (RPM) pack‐
7 age.
8
10 rpm2archive {-n|--nocompression} FILES
11
13 rpm2archive converts the .rpm files specified as arguments to tar
14 files. By default they are gzip compressed and saved with postfix
15 ".tgz".
16
17 If '-' is given as argument, an rpm stream is read from standard in and
18 written to standard out.
19
20 In opposite to rpm2cpio rpm2archive also works with RPM packages con‐
21 taining files greater than 4GB which are not supported by cpio. Unless
22 rpm2cpio rpm2archive needs a working rpm installation which limits its
23 usefulness for some disaster recovery scenarios.
24
26 -n, --nocompression
27 Generate uncompressed tar archive and use ".tar" as postfix of
28 the file name.
29
31 rpm2archive glint-1.0-1.i386.rpm ; tar -xvz glint-1.0-1.i386.rpm.tgz
32 cat glint-1.0-1.i386.rpm | rpm2archive - | tar -tvz
33
35 rpm2cpio(8) rpm(8)
36
38 Florian Festi <ffesti@redhat.com>
39
40
41
42 27 January 2020 RPM2ARCHIVE(8)