Skip to content

Instantly share code, notes, and snippets.

@jcastellanos926
Last active March 18, 2019 17:40
Show Gist options
  • Save jcastellanos926/64094fd043b9f33ebb1c560c95b356fb to your computer and use it in GitHub Desktop.
Save jcastellanos926/64094fd043b9f33ebb1c560c95b356fb to your computer and use it in GitHub Desktop.
How to install .deb packages from the terminal

Install .deb packages from terminal:

$ sudo dpkg -i <path/to/deb.deb>
$ sudo apt-get install -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment