Linux Chromium now supports Flash

Chromium is the open source version of Google Chrome for Linux. It’s still in alpha stage but it’s been very stable for me. The biggest downside is lack of Flash support for things like Google Analytics and Youtube.

For Ubuntu, install Chromium like so:


echo "deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main #chromium-browser" > /etc/apt/sources.list.d/chromium.list
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5
sudo apt-get update && sudo apt-get install chromium-browser

to get Flash working:


cd /usr/lib/chromium-browser/plugins
sudo ln -s ../../flashplugin-installer/libflashplayer.so

Screenshot running on 64bit Ubuntu Jaunty Jackalope. Watching this was consuming approx 25% cpu in a single chromium process instance:

Flash for Chromium on Linux
Flash for Chromium on Linux

I am now likely to spend most of my day in Chromium, though extensions are working in Chromium, my favourite part of Opera is native mouse gestures. I tested a few of the mouse gestures available for Chromium but none are working very well at the moment.

I will still use Firefox for it extensions like Firebug, Web Developer Toolbar & Yslow

Published by salubrium

I am a Systems Administrator based in Sydney, Australia with some hugely varied interests: Topics covered are Virtualization, Web Hosting, Remote Desktop, Security and Backups, PHP, Python, MVC Frameworks, SEO

Leave a comment

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