Thursday, April 18, 2024
 Popular · Latest · Hot · Upcoming
-1
rated 0 times [  -1] [ 0]  / answers: 1 / hits: 18869  / 3 Years ago, wed, may 19, 2021, 8:40:18

Flash is not working on Kubuntu 11.04, 64bit on any browser. Even after a purge and reinstall, any flash application gives either says the plugin is missing or not up to date (depends on browser).



This problem is just with Kubuntu, not with Ubuntu. How can I get flash working again?



After installing the package flashplugin-installer, the command

find / -name "libflashplayer.so" doesn't find anything.



Update



December 29, 2011

Manual install is no longer necessary. The package adobe-flashplugin works as intended. If you used the script I originally provided, you'll have to do some clean up to get things working correctly again. See the now edited post for a script to do the clean up. Note that I had to completely remove and reinstall chrome to convince flash to work in chrome again.



Update



June 22,2011

I fixed it by manually installing flash.

I posted my script and made it a community wiki so it can be improved upon.


More From » 11.04

 Answers
4

I usually do it like this.



http://labs.adobe.com/downloads/flashplayer10_square.html



download and extract



#cleanup
sudo killall -9 firefox
sudo apt-get remove -y --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper
sudo rm -f /usr/lib/mozilla/plugins/*flash*
sudo rm -f ~/.mozilla/plugins/*flash*
sudo rm -f /usr/lib/firefox/plugins/*flash*
sudo rm -f /usr/lib/firefox-addons/plugins/*flash*
sudo rm -rfd /usr/lib/nspluginwrapper

#install

sudo cp libflashplayer.so /usr/lib/mozilla/plugins/
sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox-addons/plugins/
sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/xulrunner-addons/plugins/

[#44495] Friday, May 21, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fenddy

Total Points: 361
Total Questions: 103
Total Answers: 113

Location: Turkmenistan
Member since Sun, Aug 2, 2020
4 Years ago
fenddy questions
Tue, Nov 22, 22, 10:11, 1 Year ago
Tue, Sep 27, 22, 09:16, 2 Years ago
Wed, Dec 28, 22, 13:09, 1 Year ago
Fri, Jun 18, 21, 14:04, 3 Years ago
;