mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 00:05:27 +01:00
Add install to Cheatsheet/deb
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
# Extract contents of a .deb file
|
# Extract contents of a .deb file
|
||||||
$ ar vx foo.deb # -> data.tar.gz
|
$ ar vx foo.deb # -> data.tar.gz
|
||||||
$ tar xf 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
|
||||||
|
|||||||
Reference in New Issue
Block a user