centos7.7 安装google浏览器
添加google-chrome 源
cd /etc/yum.repos.d/
vi 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 clean all
yum makecache
安装
yum -y install google-chrome-stable --nogpgcheck