I realized the other day that the flashplugin-nonfree package appears to be broken. It’ll act like its installing but at the end, if you pay close attention, it’ll give an error about the md5sum not matching and give up. This applies to installing the package manually or via the browser notification itself. I wanted to post a temporary fix while we wait for the package to be updated.
Manually Install Adobe Flash
- Download the Flash for Linux archive
- Unpack the archive (/tmp perhaps)
- sudo cp libflashplayer.so /usr/lib/firefox/plugins
Once you’ve copied the file Flash should be functional. You may need to restart the browser if you run into performance problems. Also note that these same steps work for installing flash for the Epiphany browser (yes, even placing them in the firefox folder).
If you still have the flashplugin-nonfree package installed this shouldn’t immediately conflict and my guess is that once there is an update it’ll seamlessly fall into place. I don’t forsee any conflicts, but you’re welcome to correct me if I’m wrong.
Will this work for x64? I know theres some kind of wrapper for x64 between flash and Firefox and I don’t know if installing flashplugin-nonfree will prepare the wrapper for me.
I thought it was only me, the flashplugin has been broken for a while now. We have to fix that.
I found out that the package was broken a few days ago, but I didn’t realize it was as simple as copying the .so file. I actually ran the installer from adobe’s website, and who knows what it did. But at the moment flash seems to be working. 🙂
“I don’t forsee any conflicts, but you’re welcome to correct me if I’m wrong.”
Flash 9.0.115.0 does not work in Konqueror
Downloading debfile from launchpad worked for me too, especially the amd64 one 😉
https://launchpad.net/ubuntu/gutsy/amd64/flashplugin-nonfree/9.0.115.0ubuntu0.7.10
this has been a problem for some time now, the updated deb linked on http://ubuntuforums.org/showthread.php?t=636397 seems to work , as well as manually running the installer.
thanks all.
sno
“Flash 9.0.115.0 does not work in Konqueror”
Which is exactly why the updated packages haven’t been released for 7.10: https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/173890
Another workaround is to simply install the hardy version of the package (see at the bottom of the page):
http://archive.ubuntu.com/ubuntu/pool/multiverse/f/flashplugin-nonfree/
Well, I found an easier and better fix : install the gnash plugin. It worked perfectly for my GF today.
This is not the answer for Konqueror and Opera users.
They need to download archive for developers and than to install 9.0.47 version pof flash player in that archive
I found a better way (for me on AMD64) was to extract the archive and then use the nspluginwrapper (which gets pulled in automatically when you install the non-free flash package) by doing:
mkdir -p ~/lib/
cp libflashplayer.so ~/lib/
nspluginwrapper -i ~/lib/libflashplayer.so
I noticed the same thing yesterday, but I did it a bit differently. I just clicked on the install script. Just extract the folder and click on the script.
It certainly is easier to copy it over, but some people may feel uncomfortable navigating to the right folder.
Thank you! Thought it was just me at first 🙂
Thank you so much man, I was fighting with the plugin for the last 2 days!
hi my name is ononnya i am working for club penguin i wish this really works i been trying for 9 days
Sorry, I just installed ubuntu 7.10, and am a beginner at this. I’m sure it’s very obvious but what do you mean by sudo cp?
Firefox 3.0b (the default installed on Ubuntu 8.04) needs the .so file in dir firefox-addons/plugins
so, for firefox3 copy like this:
sudo cp libflashplayer.so /usr/lib/firefox-addons/plugins/
For me Adobe Flash Astro w/ Firefox 3.0.3 worked only when I placed a link to /firefox-3.0.3/plugins/
Michael: cp is the unix copy command. sudo gives admin privileges.
I have charted out the steps I took to install Adobe Flash Player 10 on 64bit Ubuntu Hardy Heron, here:
http://gansvv.blogspot.com/2008/09/install-adobe-flash-player-10-astro-on.html
good