ubantu安装谷歌浏览器 在线
Posted lingnm-insane
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubantu安装谷歌浏览器 在线相关的知识,希望对你有一定的参考价值。
一.安装
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
以上是关于ubantu安装谷歌浏览器 在线的主要内容,如果未能解决你的问题,请参考以下文章