1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-28 04:33:22 +02:00
tldr/pages/linux/rpm2cpio.md
2022-10-18 20:37:11 +05:30

8 lines
274 B
Markdown

# rpm2cpio
> Convert an RPM package to a `cpio` archive.
> More information: <http://ftp.rpm.org/max-rpm/s1-rpm-miscellania-rpm2cpio.html>.
- Convert an RPM package to a `cpio` archive and save it as `file.cpio` in the current directory:
`rpm2cpio {{path/to/file.rpm}}}`