简体   繁体   中英

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.

Yes, It's possible. With this script .

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM