- 配置yum下载源:
在目录 /etc/yum.repos.d/ 下新建文件 google-chrome.repo
vim /etc/yum.repos.d/google-chrome.repo
- 编辑google-chrome.repo,内容如下,,编辑后保存退出(:wq)
[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
- 安装google chrome浏览器:
yum -y install google-chrome-stable
PS: Google官方源可能在中国无法使用,导致安装失败或者在国内无法更新,可以添加以下参数来安装:
yum -y install google-chrome-stable --nogpgcheck
-
本人在Redhat下的root用户打不开浏览器,解决方法如下:
第一步:/usr/share 下搜索google,会看到google,复制到桌面
第二步:右键打开桌面的google,点击properties,在Command栏最后加入
image.png
空格--no-sandbox
网友评论