mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
# List contents of RPM
|
|
rpm2cpio foo.rpm | cpio -vt
|
|
|
|
# Extract contents of RPM
|
|
rpm2cpio foo.rpm | cpio -vid |