Skip to content

Instantly share code, notes, and snippets.

@visualjeff
Created February 22, 2016 02:19
Show Gist options
  • Save visualjeff/9010ddce8cfa37560961 to your computer and use it in GitHub Desktop.
Save visualjeff/9010ddce8cfa37560961 to your computer and use it in GitHub Desktop.
Installing Chrome onto debian jessie
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