mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 00:48:36 +01:00
4 lines
91 B
Text
4 lines
91 B
Text
|
# Extract contents of a .deb file
|
||
|
$ ar vx foo.deb # -> data.tar.gz
|
||
|
$ tar xf data.tar.gz
|