Saturday, October 3, 2009

Installing chrome on Fedora 11

Installing Chrome is not too difficult on Fedora 11. Assuming you are using yum, you can create a new repository file called "chromium.repo" and input the following contents into the file

[chromium]
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/F11/
enabled=1
gpgcheck=0

After saving the file, you should run the following
# yum update
# yum install chromium


Alternatively, you can install by downloadin the rpm from http://spot.fedorapeople.org/chromium/
and run a
# rpm -ivh (chromium package)

No comments: