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