Enable The Flash Plugin For Chromium In Ubuntu

I’ve shown previously how install the Chromium web browser in Ubuntu. Today I’m going to show you how to easily enable the Adobe Flash plugin for use in Chromium.

You’ve probably already installed the Flash plugin for Mozilla Firefox, but if not, install it from the command line with:  

[term]sudo apt-get install flashplugin-installer[/term]

Now, all you need to do is create a symbolic link from the Flash plugin installation to the Chromium plugins folder. To do that, enter the following command in a terminal window.

[term]sudo ln -s /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/chromium-browser/plugins/[/term]

That’s it. Just close Chromium and restart it and Flash should now be working for you.

10 thoughts on “Enable The Flash Plugin For Chromium In Ubuntu

  1. harry krishna

    same symptoms as tom. i have also removed/installed chromium/chrome/firefox, all with varying degrees of fail.

    seems like the version on adobe site is the one to have, but how do you get it in place?

    Reply
  2. tom

    Didn’t work. Said it is already installed and for the second command file exists. But Youtube says missing plug in.

    Reply
  3. Derek

    wow thanks!!! the original post totally worked for me!

    supposedly Chromium is supposed to auto update the flash player every time it updates, but mine would never update and say i had an out of date version and had to click the banner at the top to use it.

    this has been annoying me for a few days now, thanks for the insight

    Reply
  4. Codfather

    Or you could just nab the version that comes with Google-chrome dev version – libgcflashplayer.so – and copy it to /usr/lib/chromium-browser

    You can also grab the inbuilt pdf reader code as well, libpdf.so

    Make sure you enable the pdf reader in about:plugins, it works really well and is worth the effort.

    Reply
    1. Linerd Post author

      Have you had good luck with Chrome’s flash player? I had problems with it locking up on my system. Anyway, thanks for the comment. It’s always nice to have other options.

      Reply

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.