flashplugin-nonfree v 11.2.202.460 available (from ADOBE)

Started by michaa7, 2015/05/13, 11:09:45

Previous topic - Next topic

michaa7

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/
#
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

seasons

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.

vayu

This worked thank you.  What happened to the old way?