cheat/cheat/cheatsheets/deb

4 lines
91 B
Plaintext

# Extract contents of a .deb file
$ ar vx foo.deb # -> data.tar.gz
$ tar xf data.tar.gz