rpm2cpio(8) — Linux manual page

NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | AUTHOR | COLOPHON

rpm2cpio(8)                                                  rpm2cpio(8)

NAME         top

       rpm2cpio - Extract cpio archive from RPM Package Manager (RPM)
       package.

SYNOPSIS         top

       rpm2cpio [filename]

DESCRIPTION         top

       rpm2cpio 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.

       Note: the CPIO format cannot host individual files over 4GB in
       size, and so this tool is considered obsolete.  Use rpm2archive
       instead.

       rpm2cpio glint-1.0-1.i386.rpm | cpio -dium
       cat glint-1.0-1.i386.rpm | rpm2cpio - | cpio -tv

SEE ALSO         top

       rpm(8) rpm2archive(8)

AUTHOR         top

              Erik Troan <ewt@redhat.com>

COLOPHON         top

       This page is part of the rpm (RPM Package Manager) project.
       Information about the project can be found at 
       ⟨https://github.com/rpm-software-management/rpm⟩.  It is not known
       how to report bugs for this man page; if you know, please send a
       mail to man-pages@man7.org.  This page was obtained from the
       project's upstream Git repository
       ⟨https://github.com/rpm-software-management/rpm.git⟩ on
       2023-12-22.  (At that time, the date of the most recent commit
       that was found in the repository was 2023-12-15.)  If you
       discover any rendering problems in this HTML version of the page,
       or you believe there is a better or more up-to-date source for
       the page, or you have corrections or improvements to the
       information in this COLOPHON (which is not part of the original
       manual page), send a mail to man-pages@man7.org

                             11 January 2001                 rpm2cpio(8)

Pages that refer to this page: rpm2archive(8)rpm(8)rpmbuild(8)rpmdb(8)rpmkeys(8)rpmsign(8)rpmspec(8)