d442130165

1.进入 Ubuntu 16.04 桌面,按下 Ctrl + Alt + t 键盘组合键,启动终端。

2.在终端中,输入以下命令:

        sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/

将下载源加入到系统的源列表

3.在终端中,输入以下命令:

        wget -q -O - https://dl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -

导入谷歌软件的公钥,用于下面步骤中对下载软件进行验证

4.在终端中,输入以下命令:

        sudo apt-get update

用于对当前系统的可用更新列表进行更新

5.在终端中,输入以下命令:

        sudo apt-get install google-chrome-stable

执行对谷歌 Chrome 浏览器(稳定版)的安装

6.在终端中执行以下命令:

        /usr/bin/google-chrome-stable

将会启动谷歌 Chrome 浏览器

7.关闭滚轮平滑效果

chrome://flags/#smooth-scrolling

 

参考网址:

https://jingyan.baidu.com/article/335530da98061b19cb41c31d.html

分类:

技术点:

相关文章:

  • 2021-08-12
  • 2021-11-24
  • 2022-02-28
  • 2022-03-09
  • 2021-12-15
  • 2022-01-06
  • 2021-04-12
猜你喜欢
  • 2021-08-01
  • 2021-05-26
  • 2021-11-29
  • 2022-01-29
相关资源
相似解决方案