mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-13 00:02:02 +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
|