Skip to content

Instantly share code, notes, and snippets.

@pcakhilnadh
Created January 29, 2020 10:19
Show Gist options
  • Save pcakhilnadh/20f1498abba9712adeb6a129f29c784d to your computer and use it in GitHub Desktop.
Save pcakhilnadh/20f1498abba9712adeb6a129f29c784d to your computer and use it in GitHub Desktop.
Installing deb file in Linux
sudo dpkg -i /path/to/deb/file
sudo apt-get install -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment