Showing posts with label Install Google Chrome with YUM on Fedora 15/14. Show all posts
Showing posts with label Install Google Chrome with YUM on Fedora 15/14. Show all posts

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