1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 08:42:08 +02:00

rpm2cpio: add page (#9023)

This commit is contained in:
Joel Tony 2022-10-18 20:52:11 +05:45 committed by GitHub
parent 2b060fd171
commit 07ecc146ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
pages/linux/rpm2cpio.md Normal file
View file

@ -0,0 +1,8 @@
# 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}}}`