Skip to content

Instantly share code, notes, and snippets.

@geoom
Created August 6, 2014 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geoom/5f1bdf25291b6cd6cea6 to your computer and use it in GitHub Desktop.
Save geoom/5f1bdf25291b6cd6cea6 to your computer and use it in GitHub Desktop.
Install browsers on ubuntu 12.04
# Per http://www.ubuntuupdates.org/ppa/google_chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install google-chrome-stable
# using `which google-chrome` to see path
# http://askubuntu.com/questions/79280/how-to-install-chrome-browser-properly-via-command-line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment