Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: michaa7 on 2015/05/13, 11:09:45

Title: flashplugin-nonfree v 11.2.202.460 available (from ADOBE)
Post by: michaa7 on 2015/05/13, 11:09:45
https://get.adobe.com/flashplayer/

## 32 bit
# tar -xf install_flash_player_11_linux.i386.tar.gz
# chown root:root libflashplayer.so
# chown -R root:root usr     # no "/" in front of usr
# chown root:root readme.txt    # you won't copy it, so I mention it just for completeness
# cp -r usr/* /usr
# cp libflashplayer.so /usr/lib/flashplugin-nonfree/
#
## 64 bit
# tar -xf install_flash_player_11_linux.x86_64.tar.gz
# chown root:root libflashplayer.so
# chown -R root:root usr     # no "/" in front of usr
# chown root:root readme.txt    # you won't copy it, so I mention it just for completeness
# cp -r usr/* /usr
# cp libflashplayer.so /usr/lib/flashplugin-nonfree/
#
Title: Re: flashplugin-nonfree v 11.2.202.460 available (from ADOBE)
Post by: seasons on 2015/05/15, 18:23:29
Has anyone else tried the Freshplayer plugin? https://github.com/i-rinat/freshplayerplugin
I know it doesn't have the same sandbox security as Chrome, but I use the Flashblock plugin and only use Flash rarely (on sites I trust). It's been working well for me, and it might be the most viable long-term solution to the death of NPAPI Flash.
Title: Re: flashplugin-nonfree v 11.2.202.460 available (from ADOBE)
Post by: vayu on 2015/06/10, 23:35:09
This worked thank you.  What happened to the old way?