mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 08:42:55 +00:00
14 lines
365 B
Plaintext
14 lines
365 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|