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

Posted Michelle_Yang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

以上是关于Ubuntu16.04 下如何安装和卸载Google Chrome亲测有效的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu 16.04卸载不必要默认安装软件

ubuntu16.04下docker安装和简单使用

如何在64位Ubuntu 16.04系统上卸载openjdk并重新安装配置java8环境

ubuntu16.04+anaconda的安装+解决conda不可用(配置路径)+卸载

ubuntu16.04下安装docker

ubuntu16.04下sublime text3安装和配置