tldr/pages/linux/rpm2cpio.md

9 lines
274 B
Markdown
Raw Normal View History

2022-10-18 16:07:11 +01:00
# 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}}}`