Is it possible to install Google Chrome browser in

2019-08-30 12:02发布

问题:

I use CentOS 6.4 and I want use google services effectively but they all require Google Chrome for better performance and I am not being able to install Google Chrome

Any Idea?

Note: Chromium installs successfully.

回答1:

Yes, It's possible. With this script.



回答2:

Add the url to YUM conf:

vim /etc/yum.repos.d/CentOS-Base.repo

Append Content:

  [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

Then run command:

yum install chromium