2 command to install the Google browser in 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

Guess you like

Origin www.cnblogs.com/will--1213/p/12160217.html