A Chromium RPM on Fedora 11

I was trolling the Fedora forums when I saw a post by mariuszs on “Google Chrome in FC11“. A bit of excitement rushed through my body and I checked it out. Sure enough it lead me to the http://spot.fedorapeople.org/chromium/ site and it left me very confused. I didn’t know what I was looking at. Lucky for me it was explained in the thread how easy it was to add this test repository for me to eventually do a:
# yum install chromium
So; i’m reposting the instructions to give it more traction.
Add the Chromium Test Repository
I’ve been using RPMs to add repositories to my system. I didn’t know what actually went behind adding a repo. It’s very easy: open a text editor, add in some code, save it and you’re finished.
gedit /etc/yum.repos.d/chromium.repo
Now add the following content:
[chromium] name=Chromium Test Packages baseurl=http://spot.fedorapeople.org/chromium/F$releasever/ enabled=1 gpgcheck=0
Save the file. It’ll create the “chromium.repo” in the “/etc/yum.repos.d” folder. Wow that was enlightening.
Install Chromium
Just run the yum install command and you’re good to go. The coolest part is, since it’s a repository, when the developer udpates it, you’ll get updated too.
# yum install chromium
Flash Support
mariuszs continues the thread by telling us about how to get Flash working in this version of Chromium on an x86_64 system. The guy’s a saint! There are three packages (flash-plugin, libcanberra-gtk2, and PackageKit-gtk), if you don’t already have them installed.
# yum install flash-plugin-10.0.22.87-release.i386 libcanberra-gtk2-0.12-1.fc11.i586 PackageKit-gtk-module-0.4.8-1.fc11.i586
Then link the “libflashplayer.so” file to the Chromium plugins folder, just like Firefox:
cd /usr/lib/chromium-browser/plugins/ sudo ln -s /usr/lib/flash-plugin/libflashplayer.so
When you’re ready to finally jump right into Chromium, run this command: “chromium-browser”. To enable Flash support append it with “–enable-plugins”. That option will activate Flash and cause other plugins (if you have any) to load with the browser. So; in the end, your final command will be
$ chromium-browser --enable-plugins
Thanks mariuszs for the detailed post and Tom “spot” Callaway for the repo and Chromium build. You guys are my heroium!
July 16th, 2009 at 2:02 am
[...] http://www.fergytech.com/2009/07/a-chromium-rpm-on-fedora-11/ [...]
July 16th, 2009 at 3:13 am
July 16th, 2009 at 5:30 am
I tried to go on Youtube with it, and it crashed.
Now it doesn’t want to start anymore.
Where does it store its cached data ?
I didn’t find any .chrome directory in my homedir :/
July 16th, 2009 at 1:21 pm
Didn’t know how to get flash working on it, thanks
July 16th, 2009 at 1:38 pm
Tim: Yah, hopefully these genuis are working on a 64-bit version.
Stephane: Flash isn’t perfect in this build. It freezes up my tab as well. The awesome feature though is the sandboxing and processes. I can still work with other tabs while Flash is crashing on another tab. And if it gets to wild, right-click in the open tab space and choose “Process” and simply kill the Flash process. How awesome is that.
I believe the chromium directory is actually in the “/usr/lib/chromium-browser/” directory.
July 16th, 2009 at 3:41 pm
I’m glad you like my little repo! I’m trying to do regular updates, but 64bit will not be coming anytime soon, because the chromium code doesn’t come close to compiling as 64bit.
July 16th, 2009 at 3:50 pm
Tom! It’s you… I bow down before your greatness. Because of your efforts, us lazy folks (or newbs), can participate in the Chromium-movement.
August 1st, 2009 at 4:44 am
[...] Chromium RPMs for fedora 11 are available now. see here for more details on how to add the repo. FergyTech Blog Archive A Chromium RPM on Fedora 11 The rpms are updated once every 2-3 days. I am using them for the past one week and I found that [...]
September 13th, 2009 at 12:21 am
[...] : fergytech.com 13 septembre 2009 dans [...]
November 10th, 2009 at 3:57 pm
[...] http://www.fergytech.com/2009/07/a-chromium-rpm-on-fedora-11/ a few seconds ago from IdentiFox in context [...]
December 2nd, 2009 at 11:46 am
[...] החלטתי לנסות אותו. מי שמעוניין ב-RPMS יכול להוסיף REPO מכאן ויכול לאחר מכן להריץ פקודת: yum install chromium ולאשר את ההתקנה [...]