Flash 11.2.202.378

Begonnen von seasons, 2014/06/10, 19:20:33

Vorheriges Thema - Nächstes Thema

seasons

New version of Flash (11.2.202.378) available.

michaa7

Ok, you can't code, but you still might be able to write a bug report for Debian's sake

ayla


mylo

how just were the magic words for updating this?



devil

update-flashplugin-nonfree --install

mylo

devil, thanks for that. What is the reason that the player's upgrade is not in the d-u's? Is that difficult to be integrated? Just to understand.

cas

Zitat von: mylo in 2014/06/12, 01:15:00
What is the reason that the player's upgrade is not in the d-u's? Is that difficult to be integrated? Just to understand.
the prog that comes with DU is only a downloader, not flash itself.
so you have to manually execute this program.
I have a file inside /etc/cron.daily with

#!/bin/sh

test -x /usr/sbin/update-flashplugin-nonfree && /usr/sbin/update-flashplugin-nonfree --install --quiet


as has been suggested in this forum. luxury version is here
http://forum.siduction.org/index.php?topic=4273.msg35719#msg35719

beware: this cronjob works, but sometimes you have to wait a couple of days until the maintainer of the flashdownloader updates it (up to a week sometimes).
but this time it worked in no time without effort.

absolut

for chromium users: in case you did not know, you also can and maybe should prefer the pepperflashplugin-nonfree

devil

...which is the builtin solution that Chrome (not Chromium) ships.


greetz
devil

samoht

Installed pepperflashplugin-nonfree.# update-pepperflashplugin-nonfree -s
Flash Player version installed on this system  : 14.0.0.125
Flash Player version available on upstream site: 13.0.0.214

But doesn`t work.
chrome:plugins is empty.
Can somebody help.
Greetings
Tom

oldie

/usr/lib/pepperflashplugin-nonfree


http://www.adobe.com/de/software/flash/about/

               Chrome (Pepper-basierter Flash Player)   14.0.0.125

dibl

#11
Zitat von: samoht in 2014/06/12, 20:16:44
# update-pepperflashplugin-nonfree -s


No (but the confusion is understandable).

Edit:  I was wrong here -- that is a good command to see available updates if the plugin was previously installed.


To install it:


apt-get update && apt-get install pepperflashplugin-nonfree


# apt-cache policy pepperflashplugin-nonfree
pepperflashplugin-nonfree:
  Installed: 1.3
  Candidate: 1.3
  Version table:
*** 1.3 0
        500 http://ftp.us.debian.org/debian/ unstable/contrib amd64 Packages
        100 /var/lib/dpkg/status
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

oldie

chromium and update pepperflashplugin-nonfree
code: update-pepperflashplugin-nonfree --install

works fine
test:

http://www.adobe.com/de/software/flash/about/ 

and ok

seasons

pepperflashplugin is still working out the kinks:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748519
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732733

# update-pepperflashplugin-nonfree -s
Flash Player version installed on this system  : 13.0.0.214
Flash Player version available on upstream site: 13.0.0.214


If you want to get Flash 14, you either need to wait for maintainer or use --unverified option with --install:
# update-pepperflashplugin-nonfree --unverified -i
...
# update-pepperflashplugin-nonfree -s
Flash Player version installed on this system  : 14.0.0.125
Flash Player version available on upstream site: 13.0.0.214


seasons