Today iceweasel said that flash player is outdated...
My system (13.2 - 32bits) was completely updated yesterday.
Any advice?
topic title: Flash player outdated in iceweasel? [Solved]
9 posts
• Page 1 of 1
-
Posts: 243
- Joined: 09 Aug 2013
#1
Last edited by Aleph on 31 Jan 2015, 16:34, edited 1 time in total.
-
Posts: 4,164
- Joined: 20 Feb 2009
#2
Are you running Testing or Stable AntiX 13.2?
-
Posts: 243
- Joined: 09 Aug 2013
#3
Stable
-
Posts: 4,164
- Joined: 20 Feb 2009
#4
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://get.adobe.com/flashplayer/otherversions/"
linktext was:"Download the latest flash 32 bit available for linux."
====================================
From adobes site. Extract the tarball.
Look for libflashplayer.so
Extract it. Place it in /usr/lib/flashplugin-nonfree. It will overwrite your old libflashplayer.so. So if wanting to keep your original. Rename it to libflashplayer.so.old before placing in the new flashplayer. Iceweasel needs to be closed during this process.
Because you are running Stable. You need to do this by hand. Restart Iceweasel and check your flashplayer version then.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://get.adobe.com/flashplayer/otherversions/"
linktext was:"Download the latest flash 32 bit available for linux."
====================================
From adobes site. Extract the tarball.
Look for libflashplayer.so
Extract it. Place it in /usr/lib/flashplugin-nonfree. It will overwrite your old libflashplayer.so. So if wanting to keep your original. Rename it to libflashplayer.so.old before placing in the new flashplayer. Iceweasel needs to be closed during this process.
Because you are running Stable. You need to do this by hand. Restart Iceweasel and check your flashplayer version then.
-
Posts: 2,238
- Joined: 16 Dec 2007
-
Posts: 243
- Joined: 09 Aug 2013
#6
Yes. Solved!
Thanks friends!!
dolphin_oracle wrote:this should do the work for you.
as root:
Code: Select all
update-flashplugin-nonfree --install
Yes. Solved!
Thanks friends!!
-
Posts: 173
- Joined: 09 Sep 2011
#7
You can run this command (as root) every time you need to update Flash plugin, but the other way as DO has described works too if you don't mind getting your hands dirty __{{emoticon}}__dolphin_oracle wrote:this should do the work for you.
as root:
Code: Select all
update-flashplugin-nonfree --install
-
Posts: 66
- Joined: 25 Aug 2014
#8
Thank you Dolphin_Oracle! Solved for me also. The flashplugin was outdated and it was causing my PC to crash. All taken care of. Again, thank you!
-
Posts: 37
- Joined: 03 Sep 2011
#9
Deinitely one for the Little Black Book of Useful Commands, as it's bound to come up again.