summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man8/rpm2cpio.8
blob: b1fc041f16a36a4c548b8e441fc90c0e6c936eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.\" Automatically generated by Pandoc 3.1.3
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "rpm2cpio" "8" "11 January 2001" "" ""
.hy
.SH NAME
.PP
rpm2cpio - Extract cpio archive from RPM Package Manager (RPM) package.
.SH SYNOPSIS
.PP
\f[B]rpm2cpio\f[R] [filename]
.SH DESCRIPTION
.PP
\f[B]rpm2cpio\f[R] converts the .rpm file specified as a single argument
to a cpio archive on standard out.
If a \[aq]-\[aq] argument is given, an rpm stream is read from standard
in.
.PP
\f[B]Note:\f[R] the CPIO format cannot host individual files over 4GB in
size, and so this tool is considered obsolete.
Use \f[B]rpm2archive\f[R] instead.
.PP
.PD 0
.P
.PD
\f[B]\f[BI]rpm2cpio glint-1.0-1.i386.rpm | cpio -dium\f[B]\f[R]
.PD 0
.P
.PD
\f[B]\f[BI]cat glint-1.0-1.i386.rpm | rpm2cpio - | cpio -tv\f[B]\f[R]
.SH SEE ALSO
.PP
\f[B]rpm\f[R](8) \f[B]rpm2archive\f[R](8)
.SH AUTHOR
.IP
.nf
\f[C]
Erik Troan <ewt\[at]redhat.com>
\f[R]
.fi