Ubuntu16.04安装谷歌Chrome浏览器

1.下载安装源

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

2.添加秘钥,如果成功会返回“OK”

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

3.更新

sudo apt-get update

4.安装

 sudo apt-get install google-chrome-stable

5.打开使用

/usr/bin/google-chrome-stable

打开之后把它锁定在启动栏中以后就可以直接点击使用了哦!

不报错的话应该是没什么问题的,如果在第一步返回“地址解析错误”等信息,可以百度搜索其他提供Chrome下载的源,用其地址替换掉命令中的地址就可以了。

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

接下来我们为Chrome安装Flash播放器插件

屏幕右上角,"System settings" --> "Software&Updates"-->"Other Software"-->"Canonical Partners"

sudo apt install adobe-flashplugin

 

你可能感兴趣的:(Ubuntu,Ubuntu18.04)