Skip to content

Instantly share code, notes, and snippets.

@yancyn
Last active October 11, 2017 07:50
Show Gist options
  • Save yancyn/114903abed7f1051bca97d3e64991cf2 to your computer and use it in GitHub Desktop.
Save yancyn/114903abed7f1051bca97d3e64991cf2 to your computer and use it in GitHub Desktop.
Install Chrome on Ubuntu 14.04

Install Chrome on Ubuntu 16.04

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i --force-depends google-chrome-stable_current_amd64.deb

Install Chrome on Ubuntu 14.04

$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable

Launch Chrome from ./usr/bin/google-chrome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment