LingnM-Insane

一.安装

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

分类:

技术点:

相关文章:

  • 2021-12-25
  • 2021-11-30
  • 2021-11-30
  • 2021-11-17
  • 2021-11-19
  • 2021-11-06
  • 2021-04-07
  • 2021-07-21
猜你喜欢
  • 2022-01-29
  • 2021-12-10
  • 2022-12-23
  • 2021-11-30
  • 2021-12-23
相关资源
相似解决方案