As you may have known, Google Chrome is still only available on Windows XP/Vista. Good thing there’s Chromium – the open-source project behind Google Chrome. Follow these steps to install Chromium on Fedora 11:
Create a chromium.repo file in /etc/yum.repos.d/ and copy this info to the file:
[chromium]
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/F$releasever/
enabled=1
gpgcheck=0
Save the file. In your terminal, as root, type:
yum install chromium |
That’s it. It also works on Fedora 10.

[...] refer to Install Chromium on Fedora 11. *Note: I will use this post as a placeholder for more Fedora 11 post-installation setups. I just [...]