Skip to content

Instantly share code, notes, and snippets.

@dev-ext
Last active August 12, 2016 18:55
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 dev-ext/9633a90d8f4eeb01e749d2e912e7c38f to your computer and use it in GitHub Desktop.
Save dev-ext/9633a90d8f4eeb01e749d2e912e7c38f to your computer and use it in GitHub Desktop.
How to install Google Chrome?
  1. Add Key: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

  2. Set repository: sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'

  3. Install package:

sudo apt-get update sudo apt-get install google-chrome-stable

  1. After install google-chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment