Created
February 22, 2016 02:19
-
-
Save visualjeff/9010ddce8cfa37560961 to your computer and use it in GitHub Desktop.
Installing Chrome onto debian jessie
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
Download 64 bit chrome for debian | |
cd to your Downloads directory | |
May need to sudo this command: | |
dpkg -i google-chrome-stable_current_amd64.deb | |
To finish installing any missing dependencies: | |
apt-get -f install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment