mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 08:55:05 +00:00
Update cheatsheets
This commit is contained in:
13
linux/rpm2cpio
Normal file
13
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