ubuntu14.04安装 chrome

安装谷歌浏览器,只需要三行代码: 

打开终端,输入 
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 

posted @ 2017-11-24 14:19  xqnq2007  阅读(148)  评论(0编辑  收藏  举报