Created
January 29, 2020 10:19
-
-
Save pcakhilnadh/20f1498abba9712adeb6a129f29c784d to your computer and use it in GitHub Desktop.
Installing deb file in Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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