原文地址:http: //www.linuxidc.com/Linux/2013-10/91857.htm 安装谷歌浏览器,只需要三行代码: 打开终端,输入
cd /tmp
对于谷歌Chrome32位版本,使用如下链接:
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
下载完后,运行如下命令安装。
sudo dpkg
-i google
-chrome*; sudo apt
-get -f install
然后,就可以去搜索使用了。
转自http:// blog.csdn.net/u012246342/article/details/51307988