You are not logged in.
The browser-plugin-freshplayer-pepperflash package has recently been added to the jessie-backports repository.
This package allows the use of the latest version of the Google-developed FlashPlayer replacement in Iceweasel.
To install the package, add the jessie-backports repository:
sudo tee -a /etc/apt/sources.list <<< "deb http://httpredir.debian.org/debian jessie-backports main contrib non-free"Then update the package database and install:
sudo apt-get update
sudo apt-get install browser-plugin-freshplayer-pepperflash pepperflashplugin-nonfreeUpdate the plugin with:
sudo update-pepperflashplugin-nonfree --installhttps://wiki.debian.org/Freshplayerplugin
To have the plugin automatically update itself every day (probably a good idea), create a file at /etc/cron.daily/update-flashplugin (as root!) with this content:
#!/bin/sh
update-pepperflashplugin-nonfree --installThen change the ownership and file mode:
sudo chown root:root /etc/cron.daily/update-flashplugin
sudo chmod 755 /etc/cron.daily/update-flashpluginLast edited by Head_on_a_Stick (2016-03-11 07:34:00)
Offline
this is welcome.
i hope it will put a stop to all the whinos that go on and on complaining that it's such a shame that linux still can't compete with $PROPRIETARY_OS and something should be done about it...
Offline
Cool, thanks - that seems to have cured some problems in Iceweasel, which started last week, when certain embedded videos wouldn't play ![]()
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Just another thanks, useful stuff for sure. ![]()
Offline
Ah good, I actually posted this whilst slightly drunk :8
It's good to see it does make sense ![]()
Offline
Before I do this ...
will it allow my wife to play her flash games? and
watch her online news videos?
I'm dead meat if I bork either of those.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Before I do this ...
will it allow my wife to play her flash games? and
watch her online news videos?
I'm dead meat if I bork either of those.
Well I cannot confirm for sure because I use Chromium in my Debian jessie system but I can say that $BETTER_HALF plays her games using pepperflashplayer and I never get any grief about it (thank you Debian!).
I have recently cron'd the update, as outlined by nobody in this thread:
http://crunchbang.org/forums/viewtopic.php?id=33319
Offline
I've been having problems with flash in iceweasel for the last week or so. Updating flashplugin-nonfree didn't help, nor did installing the proprietry one work. I purged all flash, then installed the freshplayer plugin (recommends `pepperflashplugin-nonfree` BTW).
Now flash is working OK in both iceweasel and chromium. Just my experience ![]()
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
biting the bullet - better half is taking a siesta. Xing fingers.
Wish me luck or it's so long Sector11! Anything to get rid of Adobe F·Flash ![]()
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Well this sucks bigtime! removed and purged "flashplugin-nonfree" - even reboted:
$ cpol flashplugin-nonfree
alias cpol = apt-cache policy
flashplugin-nonfree:
Installed: (none)
Candidate: 1:3.6.1
Version table:
1:3.6.1 0
500 http://ftp.us.debian.org/debian/ jessie/contrib amd64 PackagesBUT: it's still here and still active. ![]()
I might add I see no way of removing those two things from iceweasel either.
How did you get rid of it damo?
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Info: this is how I did it:
$ aremv flashplugin-nonfree
alias aremv = sudo apt-get autoremove --purge
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'flashplugin-nonfree' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
^ I used
sudo apt-get remove --purge(and did the same for pepperflashplugin, just in case)
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
before:
You have version 11,2,202,554 installed
after:
You have version 20,0,0,228 installed
Nice version jump ![]()
Offline
You have version 20,0,0,228 installed
Linux Mozilla, Firefox - NPAPI (Extended Support Release) 11.2.202.559
Chrome (embedded), Chromium-based browsers - PPAPI 20.0.0.267
![]()
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
^ & ^^
sudo update-pepperflashplugin-nonfree --install![]()
Offline
OK, I see that damo, and it explains what I'm about to post. I've been all over the net search and reading.
As I said, I purged it, but Iceweasel hung on to it and it was still active. So I reinstalled "flashplugin-nonfree" and looked - this is what I had:
While those three thunar windows were open, I purged it again - it disappeared from 2 of the windows and only remained in one:
Now rather than 'delete' that I renamed it and opened IW - now it was gone.
Followed HoaS's instructions and BINGO! > v20.0.0.228
/usr/lib/mozilla/plugins/libflashplayer.so_xxx
/usr/lib/mozilla/plugins/libfreshwrapper-pepperflash.soI'm under the impression it's faster too - might just be my excitement though.
Thank you Head_on_a_Stick & damo
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Bump!
Update & cron instructions added to OP
Offline
Dumb question but; ¿why daily?
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
¿why daily?
Because FlashPlayer is *always* at a vulnerable version.![]()
If you have to use it, make sure it is as up to date as possible.
Offline
OK .. that makes sense. Thanks.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline