码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2017-04-03 00:08:47      阅读:3968      评论:0      收藏:0      [点我收藏+]

标签:get   org   https   update   rem   ubuntu   启动   remove   tab   

一.安装

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【亲测有效】

标签:get   org   https   update   rem   ubuntu   启动   remove   tab   

原文地址:http://www.cnblogs.com/Michelle-Yang/p/6660331.html

(0)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!