This is what I did (you need to have wget installed first. i.e su -c "yum install wget"
)
# as root do the following
cd /etc/yum.repos.d
wget -nd http://repos.fedorapeople.org/repos/spot/chromium/fedora-chromium-stable.repo
yum update
yum install chromium
Unfortunately, the link returns a 404 now. Is there any change that you know of an updated repository file for Chromium?
Thanks Stephen
The URL has changed.
http://repos.fedorapeople.org/repos/spot/chromium/fedora-chromium-stable.repo
Thanks James. I was able to get the repository installed so it will keep it up to date.