add zhj: 亲测过,可以,原来不用FQ就可以下载,有点意外
原文:http://www.jianshu.com/p/8220578d0b15
1.打开终端(ctrl + alt + t),下载64位,输入
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
下载32位
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
2.下载完成后,输入安装命令,64位:
sudo dpkg -i google-chrome-stable_current_amd64.deb
安装32位:
sudo dpkg -i google-chrome-stable_current_i386.deb
3.如果碰到依赖包不全,输入以下命令补全需要的依赖包
sudo apt-get -f install libappindicator1 libindicator7
4.安装完成后,可执行程序在/usr/bin/google-chrome-stable
我的ubuntu是虚拟机,需要重启才能看到chrome版本更新了。另外,如果打不开chrome,可以用命令执行/usr/bin/google-chrome-stable,会看到错误信息