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