mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 06:53:19 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
13
tldr/linux/rpm2cpio
Normal file
13
tldr/linux/rpm2cpio
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user