Skip to content

Instantly share code, notes, and snippets.

@assafshomer
Last active January 4, 2016 10:03
Show Gist options
  • Save assafshomer/185f6a76de30ecad4231 to your computer and use it in GitHub Desktop.
Save assafshomer/185f6a76de30ecad4231 to your computer and use it in GitHub Desktop.
Upgrading Google Chrome in Linux

Add source

  sudo nano /etc/apt/sources.list

add the line

  deb http://dl.google.com/linux/deb/ stable main

Download key

  wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 

Update and upgrade

  sudo apt-get update && sudo apt-get install google-chrome-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment