Installing Google Chromium Browser in Fedora 15

Written by James McDonald

July 11, 2011

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

3 Comments

  1. Stephen Phillips aka digitaleagle

    Unfortunately, the link returns a 404 now. Is there any change that you know of an updated repository file for Chromium?

    Reply

Trackbacks/Pingbacks

  1. Chromium Browser on Fedora 15 – No Page Load Bug – The Telarah Times - [...] = 'wpp-261'; var addthis_config = {"data_track_clickback":false}; A few weeks ago I installed Chromium Browser on my Fedora 15 [...]

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Robocopy exclude Directories

Just trying to copy everything except a couple of directories from a drive to my NAS This is the secret incantation of...