centos7安装chrome浏览器

Posted a00ium

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7安装chrome浏览器相关的知识,希望对你有一定的参考价值。

1.配置yum下载源:

在目录 /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

 

2. 安装google chrome浏览器:

[[email protected] yum.repos.d]# yum -y install google-chrome-stable
PS: Google官方源可能在中国无法使用,导致安装失败或者在国内无法更新,可以添加以下参数来安装:

[[email protected] yum.repos.d]# yum -y install google-chrome-stable --nogpgcheck
这样,google chrome就可在安装成功。
---------------------
作者:Soul_Feng
来源:CSDN
原文:https://blog.csdn.net/Soul_Feng/article/details/78762277
版权声明:本文为博主原创文章,转载请附上博文链接!













以上是关于centos7安装chrome浏览器的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7系列--安装Chrome浏览器

CentOS7 安装Chrome浏览器

centos7安装chrome浏览器

[转帖]Centos7 yum安装Chrome浏览器

Centos7 yum安装Chrome浏览器

centos7如何安装chrome浏览器?