【发布时间】:2014-05-27 04:05:42
【问题描述】:
我使用 CentOS 6.4,我想有效地使用谷歌服务,但它们都需要谷歌浏览器以获得更好的性能,我无法安装谷歌浏览器
有什么想法吗?
注意: Chromium 安装成功。
【问题讨论】:
标签: google-chrome centos installation
我使用 CentOS 6.4,我想有效地使用谷歌服务,但它们都需要谷歌浏览器以获得更好的性能,我无法安装谷歌浏览器
有什么想法吗?
注意: Chromium 安装成功。
【问题讨论】:
标签: google-chrome centos installation
是的,这是可能的。与this script。
【讨论】:
将 url 添加到 YUM conf:
vim /etc/yum.repos.d/CentOS-Base.repo
附加内容:
[chromium-el6]
name=CentOS-$releasever - Chromium EL6
baseurl=http://people.centos.org/hughesjr/chromium/6/$basearch/
gpgcheck=1
enabled=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-Testing-6
然后运行命令:
yum install chromium
【讨论】: