ubuntu16.04安装chrome浏览器 [操作系统入门]
1、将下载源加入到系统的源列表:
sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/
2、导入谷歌软件的公钥:
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
3、更新:
sudo apt-get update
4、安装谷歌 Chrome 浏览器(稳定版):
sudo apt-get install google-chrome-stable
ubuntu16.04安装chrome浏览器
以上是 ubuntu16.04安装chrome浏览器 [操作系统入门] 的全部内容, 来源链接: utcz.com/z/518494.html