mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-03 11:32:17 +01:00
Merge pull request #323 from henrikq/patch-1
Add install to Cheatsheet/deb
This commit is contained in:
commit
e468f8d0a0
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
# Extract contents of a .deb file
|
||||
$ ar vx foo.deb # -> data.tar.gz
|
||||
$ tar xf data.tar.gz
|
||||
|
||||
# Install .deb file to a debian like system, e.g. ubuntu
|
||||
$ sudo dpkg -i foo.deb
|
||||
$ sudo apt-get install -f
|
||||
|
|
Loading…
Reference in a new issue