centos8安装谷歌浏览器

添加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

猜你喜欢

转载自blog.csdn.net/m0_58086930/article/details/129290128