ubuntu安装谷歌浏览器

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

然后就搞定了!安装完成后,到Unity Dash搜索Chrome就可以启动它了。

posted @ 2017-10-11 21:44  CAM&  阅读(142)  评论(0编辑  收藏  举报