mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-03 11:32:17 +01:00
5 lines
106 B
Text
5 lines
106 B
Text
|
# List contents of RPM
|
||
|
rpm2cpio foo.rpm | cpio -vt
|
||
|
|
||
|
# Extract contents of RPM
|
||
|
rpm2cpio foo.rpm | cpio -vid
|