mirror of
https://github.com/Erreur32/cheat.git
synced 2024-10-31 21:11:07 +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 |