转载CentOS7 安装Chrome浏览器
Posted Ackerman_16
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了转载CentOS7 安装Chrome浏览器相关的知识,希望对你有一定的参考价值。
本篇文章主要记录如何在CentOS7.0上安装Chrome浏览器。
1.配置yum下载源:
在目录 /etc/yum.repos.d/ 下新建文件 google-chrome.repo, 并且在该文件中添加如下内容:
1 [google-chrome] 2 name=google-chrome 3 baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch 4 enabled=1 5 gpgcheck=1 6 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub 7 ~
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就可在安装成功。
Ubuntu 16.04下安装64位谷歌Chrome浏览器 http://www.linuxidc.com/Linux/2016-05/131096.htm
Ubuntu 16.04中为Chromium、Chrome、Firefox安装Flash播放器插件 http://www.linuxidc.com/Linux/2016-05/131098.htm
Ubuntu 16.04环境Chrome中文字体更换 http://www.linuxidc.com/Linux/2016-05/131093.htm
以上是关于转载CentOS7 安装Chrome浏览器的主要内容,如果未能解决你的问题,请参考以下文章