Ubuntu 16.04中安装谷歌Chrome浏览器

时间:2023-03-09 04:26:00
Ubuntu 16.04中安装谷歌Chrome浏览器

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