美文网首页
Ubuntu18.04安装Google Chrome浏览器

Ubuntu18.04安装Google Chrome浏览器

作者: ZHOUZAIHUI | 来源:发表于2018-07-04 17:03 被阅读0次

1 添加Google Chrome下载源

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

2 导入谷歌软件的公钥(KEY)

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

3 更新当前系统

sudo apt update

4 安装Google Chrome 浏览器(稳定版)

sudo apt install google-chrome-stable

参考文献:
1 https://www.cnblogs.com/mzlm/p/9070919.html
2 https://blog.csdn.net/hellozex/article/details/80762705

相关文章

网友评论

      本文标题:Ubuntu18.04安装Google Chrome浏览器

      本文链接:https://www.haomeiwen.com/subject/xffyuftx.html