Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  flashplugin-nonfree v 11.2.202.460 available (from ADOBE)  (Read 2138 times)

Offline michaa7

  • User
  • Posts: 2.298
https://get.adobe.com/flashplayer/

Code: [Select]
## 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

Offline seasons

  • User
  • Posts: 269
Re: flashplugin-nonfree v 11.2.202.460 available (from ADOBE)
« Reply #1 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.

Offline vayu

  • User
  • Posts: 232
Re: flashplugin-nonfree v 11.2.202.460 available (from ADOBE)
« Reply #2 on: 2015/06/10, 23:35:09 »
This worked thank you.  What happened to the old way?