mehikmat
mehikmat

Reputation: 80

Is it possible to install Google Chrome browser in CentOS 6.4

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.

Upvotes: 0

Views: 2734

Answers (2)

Jerry Z.
Jerry Z.

Reputation: 2051

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

Upvotes: 2

Farshid Ashouri
Farshid Ashouri

Reputation: 17701

Yes, It's possible. With this script.

Upvotes: 2

Related Questions