前端之家收集整理的这篇文章主要介绍了
CentOS 7下安装google chrome,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
1. 添加google-chrome的yum源
vim /etc/yum.repos.d/google-chrome.repo
写入如下内容:
[google-chrome]
name=google-chrome - \$basearch
baseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearch
enabled=1
gpgcheck=0
2.安装稳定版本
yum install google-chrome-stable