sudo apt-get autoremove google-chrome-stable

删除下载源:sudo rm /etc/apt/sources.list.d/google-chrome.list

 

二、安装

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

6.右键锁定到启动器

相关文章:

  • 2022-12-23
  • 2022-01-08
  • 2021-11-24
  • 2022-02-16
  • 2022-02-17
  • 2022-01-10
  • 2022-02-28
  • 2022-02-05
猜你喜欢
  • 2022-12-23
  • 2021-07-09
  • 2022-02-27
  • 2021-11-28
  • 2022-01-26
  • 2021-11-25
  • 2021-08-26
相关资源
相似解决方案