Thursday, June 20, 2013

Install Google Chrome with YUM CentOS 6.4


Enable Google YUM repository




## Enable Google YUM repository ##
nano /etc/yum.repos.d/chromium-el6.repo




Add following to /etc/yum.repos.d/chromium-el6.repo file:


[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



Ctrl + O to save file, Ctrl + X to close file

 

Install Google Chrome with YUM (as root user)




## Install Google Chrome Stable version ##
yum install chromium

1 comment:

  1. If you can't open Chrome as root, we edit properties and add --user-data-dir at the end of Command

    ReplyDelete