Adam Michael Roach's picture

Installing Adobe Flash 64 bit in Ubuntu 9.10 Karmic Koala

If you are like me, you probably installed Flash player from the repository, expecting it to work properly. Well, that just isn't the case. For instance, on YouTube or Hulu videos, I wasn't able to push the buttons without first right clicking, then left clicking twice. Weird, huh?

Here's how to get the Adobe Flash 64 bit Alpha for Linux working in Ubuntu 9.10 Karmic Koala.

First, close Firefox. Next, uninstall the following packages if you have them installed:

sudo apt-get remove flashplugin-installer flashplugin-nonfree nspluginwrapper

Download the 64 bit plugin from here: http://labs.adobe.com/downloads/flashplayer10.html

By default it downloads to /home/USER/Downloads, so the following steps will follow the default behaviour.

Two pieces of information regarding the following steps; replace USER with your username and the filename may change in the future, so keep that in mind when issuing the commands.

cd ~/Downloads
tar zxvf libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
sudo cp libflashplayer.so /usr/lib/mozilla/plugins

Feel free to delete any leftover files in /home/USER/Downloads.

Start Firefox and you should now be able to play/navigate Flash videos without a problem. Leave, questions, comments or concerns below.

Anonymous's picture

labs.adobe.com/downloads/flas

labs.adobe.com/downloads/flashplayer10_64bit.html correct link

Anonymous's picture

Excelent!!! Works

Excelent!!! Works perfectly!!!

Thanks from Spain

Anonymous's picture

Pingback

[...] pero cuando pulsaba play dicho vídeo no se movía. Así que buscando en el sabio, di con esta entrada donde la solución que propone el autor me funcionó a la perfección… por ahora. Un apunte [...]

Anonymous's picture

Hi there, there are two

Hi there, there are two changes I can think of that would make this advice more useful.

First, ~/Downloads is a synonym for /home/USER/Downloads where USER is the current user.

Second, I believe you mean /usr/lib/mozilla/plugins rather than /user/lib/mozilla/plugins

Also, cut & pasting from the code sample inserts line numbers.

Otherwise, thanks!

Anonymous's picture

weird. i have my .so flash

weird. i have my .so flash file copied to /home/[USER]/.mozilla/plugins

i had to create the plugins folder and put the .so file in it.

it works great and is rock solid. i tried the /user/lib/mozilla/plugins and no go.

another advantage of putting it your home folder is that you don't need sudo/root rights AND if something should go wrong with flash, or malware attacks it, then it won't affect your system since it has no system rights.
just my 2 cents.

i'm using 64 bit Ubuntu Karmic and 64 bit flash, so maybe that is why.

why would it be different in 64 bit, though?

Anonymous's picture

I tried it this way and yes

I tried it this way and yes works very well. Thanks to whoever suggested it. I also have 64 bit Ubuntu Karmic.

Adam Michael Roach's picture

Thanks for the suggestions!

Thanks for the suggestions!

Adam Michael Roach

Post new comment

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • You can enable syntax highlighting of source code with the following tags: [bash], [drupal5], [drupal6], [javascript], [php], [python], [ruby].
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.

More information about formatting options