2条命令在centos7.5中安装谷歌浏览器

1:vim /etc/yum.repos.d/google.repo

[google-chrome]
name=google-chrom
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_siging_key.pub

2:yum -y install google-chrome-stable --nogpgcheck

rpm -ql google-chrome-stable

/usr/bin/google-chrome-stable   --no-sandbox

原文地址:https://www.cnblogs.com/will--1213/p/12160217.html