打开终端,输入一下命令(区分64位和32位),下载Chrome的deb安装包。
#32位
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
#64位
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
#32位安装命令
sudo dpkg -i google-chrome-stable_current_i386.deb
#64位安装命令
sudo dpkg -i google-chrome-stable_current_amd64.deb
dpkg: error processing package google-chrome-stable (--install):
dependency problems - leaving unconfigured
sudo apt-get -f install
http://www.linuxidc.com/Linux/2014-04/100645.htm
http://jingyan.baidu.com/article/a681b0de18071e3b1843463b.html
版权声明:本文为博主原创文章,未经博主允许不得转载。
原文地址:http://blog.csdn.net/xuezhisdc/article/details/46872285