Skip to content

Instantly share code, notes, and snippets.

@orejuelajd
Last active December 19, 2016 16:10
Show Gist options
  • Save orejuelajd/4f7cde55a9fc7f07bff8147f9191061d to your computer and use it in GitHub Desktop.
Save orejuelajd/4f7cde55a9fc7f07bff8147f9191061d to your computer and use it in GitHub Desktop.

To Install .deb files:

sudo dpkg -i filename.deb
sudo apt-get install -f
sudo dpkg -i filename.deb
Another approach to install .deb files is to use gdebi

To Remove:

sudo dpkg -r PACKAGE_NAME

Maybe also sudo apt-get autoremove would be required after remove completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment