mirror of
https://github.com/cheat/cheat.git
synced 2025-09-01 09:38:29 +02: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 |