Ubuntu16.04 下安装和卸载Google Chrome

前端之家收集整理的这篇文章主要介绍了Ubuntu16.04 下安装和卸载Google Chrome前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

一.安装

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

原文链接:https://www.f2er.com/ubuntu/350351.html

猜你在找的Ubuntu相关文章