April 29, 2009 · General · Email This Post
Share

If you're new here, you may want to subscribe to my RSS feed and if you have questions related to your ubuntu system post question to our forums. Thanks for visiting!

After upgrading from Ubuntu 8.10 amd64 to Ubuntu 9.04 amd64 I was getting error messages from flash sites like Youtube telling me to install the latest Adobe Flash or to turn on javascript reinstalling the plugin from synaptic didn’t solve the problem

Here we are posting different solution for the above problem any one solution might work depends upon your sitiation.

Solution 1

Remove your old flash plugin using the following command

sudo apt-get remove flashplugin-* --purge

Install the flash plugin using the following command

sudo apt-get install flashplugin-nonfree

and restart browser works fine.

Solution 2

Your system may be using one of the open-source plugins (gnash or swfdec), which unfortunately don’t work very well compared to Adobe’s closed-source version.

sudo apt-get remove --purge swfdec-mozilla swfdec-gnome mozilla-plugin-gnash gnash

sudo apt-get install flashplugin-nonfree

Solution 3

This could be an issue with compiz. Can be fixed by installing compizconfig-settings-manager using the following command

sudo apt-get install compizconfig-settings-manager

Afterwards, go to System > Preferences > CompizConfig Settings Manager

Click on General Options. Uncheck Undirect Full Screen Windows

Solution 4

Download flash player from here

Extract using the following command

tar -xzvf  libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz

Place it in the folder ~/.mozilla/plugins. If plugins doesn’t exist create it.

Install Flash in ubuntu 9.04 (Jaunty)

If you install jaunty from start you can use the following command to install flash player

sudo apt-get install flashplugin-nonfree

  • Share/Bookmark

Related Articles

40 Comments to “Fix for flash not working after Jaunty Upgrade (64bit)”

  1. rEnan says:

    Thank you! swfdec needs more work.

  2. Neeraj says:

    thanks a lot, very first method worked

  3. Joe says:

    Hi - I find I have to copy the libflashplayer.so into the mozilla plugins directory before each time I start firefox otherwise flash does not work in the browser. There must be something else amiss in my settings or packages. Any ideas on where I can look to fix it?

  4. Stephen says:

    Brilliant, I liked the name gnash, so decided to install it as my flash plug-in. Solution 2 sorted it out. Thanks

  5. ari says:

    I’m a newbie, what does -- stand for? and is there any chance for a screenshot?

    thank you in advance

  6. dismal says:

    Thanks for the walkthroughs. #2 got me all fixed up thanks to a prev install of gnash.

  7. DiGitalX says:

    solution 2 worked for me :D

  8. Rex says:

    Thanks, solution 2 worked for me!

  9. Eric says:

    Thanks, solution 3 worked like a champ. I’ve been messing around with this for days.

    Appreciate it.

  10. bob dole says:

    sweet thanks works like a charm

Leave a Reply