Last active
May 3, 2017 16:24
-
-
Save torresashjian/e9ab87ad7a520401785cc9f7788b69ea to your computer and use it in GitHub Desktop.
How to install deb file linux
This file contains 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 $FILE_PATH | |
sudo apt-get install -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment