Skip to content

Instantly share code, notes, and snippets.

@huobazi
Last active November 11, 2015 09:07
Show Gist options
  • Save huobazi/cbdc5aa84324225baad8 to your computer and use it in GitHub Desktop.
Save huobazi/cbdc5aa84324225baad8 to your computer and use it in GitHub Desktop.
Install Google Chrome on Ubuntu

ref: http://www.ubuntuupdates.org/ppa/google_chrome?dist=stable

$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
# 天朝要用 wget -q -O - https://dl.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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment