Ubuntu16.04 下如何安装和卸载Google Chrome【亲测有效】

时间:2017-04-03 00:08:47   收藏:0   阅读:3968

一.安装

1.将下载源添加到系统源中。

 sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/

2.导入google软件公钥。

 wget -q -O - https://dl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -

3.更新系统列表获得最新软件版本信息。

 sudo apt-get update

4.安装稳定版google

sudo apt-get install google-chrome-stable

5.启动谷歌 Chrome 浏览器

/usr/bin/google-chrome-stable

二.授权访问国外网站

  在这里建议修改hosts文件【位于/etc/hosts】

  hosts文件实时更新,关注https://laod.cn/hosts/2017-google-hosts.html。

三.卸载

sudo apt-get remove google-chrome-stable

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!