码迷,mamicode.com
首页 > 其他好文 > 详细

centos安装chrome

时间:2020-06-14 14:47:56      阅读:57      评论:0      收藏:0      [点我收藏+]

标签:http   官方   pos   安装   enable   chrome浏览器   etc   key   led   

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浏览器:

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

[root@localhost yum.repos.d]# yum -y install google-chrome-stable --nogpgcheck
这样,google chrome就可在安装成功。

centos安装chrome

标签:http   官方   pos   安装   enable   chrome浏览器   etc   key   led   

原文地址:https://www.cnblogs.com/alphacode/p/13124647.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!