红帽运维

CentOS 7 安装Chrome浏览器

2019-05-25  本文已影响0人  Kan_shan
image.png

在目录 /etc/yum.repos.d/ 下新建文件 google-chrome.repo

vim /etc/yum.repos.d/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 -y install google-chrome-stable

PS: Google官方源可能在中国无法使用,导致安装失败或者在国内无法更新,可以添加以下参数来安装:

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

空格--no-sandbox

image.png
上一篇 下一篇

猜你喜欢

热点阅读