Monday, August 10, 2009

Google's Chromium on Fedora 11

My yum repo file: /etc/yum.repos.d/chromium.repo
[chromium-f11]
name=Google Chromium
baseurl=http://spot.fedorapeople.org/chromium/F11/
enabled=0
gpgcheck=0


Installing:
yum --enablerepo=chromium-f11 install chromium

2 comments:

xt said...

make sure there's a newline between [chromium-f11] and name=Google Chromium!

xt said...
This comment has been removed by the author.