美文网首页
Centos7 安装谷歌浏览器(chrome)

Centos7 安装谷歌浏览器(chrome)

作者: Devil1994 | 来源:发表于2017-09-21 15:21 被阅读0次

配置yum源

# vim /ect/yum.repos.d/google-chrome.repo
---------------------------------------------------------------
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
---------------------------------------------------------------

安装

# yum -y install google-chrome-stable
//失败请尝试
# yum -y install google-chrome-stable --nogpgcheck

相关文章

网友评论

      本文标题:Centos7 安装谷歌浏览器(chrome)

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