Skip to content

Instantly share code, notes, and snippets.

@amatellanes
Created November 12, 2013 11:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amatellanes/7429251 to your computer and use it in GitHub Desktop.
Save amatellanes/7429251 to your computer and use it in GitHub Desktop.
Install Google Chrome 64-bit version on Ubuntu 14.04 LTS (Trusty Tahr)
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb;
sudo apt-get -f install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment