ubuntu16.04中安装google chrome

转自:https://blog.csdn.net/HYESC/article/details/78991405

1、在ubuntu中启动终端

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

sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/

将下载源加入到系统的源列表。命令的反馈结果如图。
如果返回“地址解析错误”等信息,可以百度搜索其他提供 Chrome 下载的源,用其地址替换掉命令中的地址。

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

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

/usr/bin/google-chrome-stable

7、在浏览器图标上右键,将启动器锁定

猜你喜欢

转载自blog.csdn.net/qq_27009517/article/details/81391182