summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-leap-15-6/man8/rpm2cpio.8
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-leap-15-6/man8/rpm2cpio.8
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-leap-15-6/man8/rpm2cpio.8')
-rw-r--r--upstream/opensuse-leap-15-6/man8/rpm2cpio.822
1 files changed, 22 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man8/rpm2cpio.8 b/upstream/opensuse-leap-15-6/man8/rpm2cpio.8
new file mode 100644
index 00000000..c44120a6
--- /dev/null
+++ b/upstream/opensuse-leap-15-6/man8/rpm2cpio.8
@@ -0,0 +1,22 @@
+.\" rpm2cpio - Converts Red Hat Package (RPM) to cpio archive
+.TH rpm2cpio 8 "11 January 2001" "Red Hat, Inc."
+.SH NAME
+rpm2cpio \- Extract cpio archive from RPM Package Manager (RPM) package.
+.SH SYNOPSIS
+\fBrpm2cpio\fP [filename]
+.SH DESCRIPTION
+\fBrpm2cpio\fP converts the .rpm file specified as a single argument
+to a cpio archive on standard out. If a '-' argument is given, an rpm stream
+is read from standard in.
+
+.br
+.I "\fBrpm2cpio glint-1.0-1.i386.rpm | cpio -dium\fP"
+.br
+.I "\fBcat glint-1.0-1.i386.rpm | rpm2cpio - | cpio -tv\fP"
+
+.SH SEE ALSO
+.IR rpm (8)
+.SH AUTHOR
+.nf
+Erik Troan <ewt@redhat.com>
+.fi