Install Chromium + Flash plugin in Ubuntu Jaunty
Install Chromium Browser in Ubuntu 9.10 with 5 simple steps.
1.) Edit /etc/apt/source.list
chenhow@chenhow-laptop:~$ sudo gedit /etc/apt/source.list
### Add following into source.list file ###
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
2.) Add GPG key
chenhow@chenhow-laptop:~$ sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5
3.) Update source list then install chromium.
chenhow@chenhow-laptop:~$ sudo apt-get update
chenhow@chenhow-laptop:~$ sudo apt-get install chromium-browser
4.) Once finish install Chromium, follow below steps to enable flash
chenhow@chenhow-laptop:~$ cd /usr/lib/chromium-browser/plugins
chenhow@chenhow-laptop:/usr/lib/chromium-browser/plugins$ sudo ln -s ../../adobe-flashplugin/libflashplayer.so
chenhow@chenhow-laptop:/usr/lib/chromium-browser/plugins$ sudo vim /etc/chromium-browser/default
### Edit chromium flags in default file ###
# Options to pass to chromium-browser
CHROMIUM_FLAGS=”–enable-plugins”
5.) You can now check your browser by typing “about:plugins” in the url bar, if you see the plugins is installed, you should be able to play flash content.
2) edit chromium flags to look like following
# Options to pass to chromium-browser
CHROMIUM_FLAGS=”–enable-plugins”
3) start chromium-browser and check “about:plugins”
4) you should see some installed plugins now








