graf_eberstein
Posts: 25
Joined: Sun Oct 28, 2018 8:59 pm

Re: [URGENT] Adding Flash plug-in to Chromium - Ubuntu 19.10(aarch64) + MATE on RPi4

Thu Apr 30, 2020 2:52 pm

Botspot wrote:
Wed Apr 29, 2020 9:59 pm
Yeah I don't think dpkg auto-installs dependencies. Maybe apt does, but IDK.

Code: Select all

sudo apt install browser-plugin-freshplayer-pepperflash_0.3.4-3_arm64.deb
It just might, but...

Code: Select all

$ sudo apt install ./browser-plugin-freshplayer-pepperflash_0.3.4-3_arm64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'browser-plugin-freshplayer-pepperflash' instead of './browser-plugin-freshplayer-pepperflash_0.3.4-3_arm64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 browser-plugin-freshplayer-pepperflash : Depends: libavcodec-ffmpeg56 (>= 7:2.4) but it is not installable or
                                                   libavcodec-ffmpeg-extra56 (>= 7:2.4) but it is not installable
                                          Depends: libavutil-ffmpeg54 (>= 7:2.4) but it is not installable
                                          Depends: libevent-2.0-5 (>= 2.0.10-stable) but it is not installable
                                          Depends: libevent-pthreads-2.0-5 (>= 2.0.10-stable) but it is not installable
                                          Depends: libssl1.0.0 (>= 1.0.0) but it is not installable
                                          Depends: libva-x11-1 (>= 1.0.3) but it is not installable
                                          Depends: libva1 (>= 1.2.0) but it is not installable
                                          Recommends: pepperflashplugin-nonfree but it is not installable
E: Unable to correct problems, you have held broken packages.
I also tried against browser-plugin-freshplayer-pepperflash_0.3.5-1ubuntu7_arm64.deb:

Code: Select all

s$ sudo apt install ./browser-plugin-freshplayer-pepperflash_0.3.5-1ubuntu7_arm64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'browser-plugin-freshplayer-pepperflash' instead of './browser-plugin-freshplayer-pepperflash_0.3.5-1ubuntu7_arm64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 browser-plugin-freshplayer-pepperflash : Depends: libavcodec57 (>= 7:3.4.1) but it is not installable or
                                                   libavcodec-extra57 (>= 7:3.4.1) but it is not installable
                                          Depends: libavutil55 (>= 7:3.4.1) but it is not installable
                                          Recommends: adobe-flashplugin but it is not installable
E: Unable to correct problems, you have held broken packages.
Since I have the three "depend" files, I'm going to see if I can install them through similar means. Stay tuned...

graf_eberstein
Posts: 25
Joined: Sun Oct 28, 2018 8:59 pm

Re: [URGENT] Adding Flash plug-in to Chromium - Ubuntu 19.10(aarch64) + MATE on RPi4

Fri May 01, 2020 7:49 pm

graf_eberstein wrote:
Thu Apr 30, 2020 2:52 pm
Botspot wrote:
Wed Apr 29, 2020 9:59 pm
Yeah I don't think dpkg auto-installs dependencies. Maybe apt does, but IDK.

Code: Select all

sudo apt install browser-plugin-freshplayer-pepperflash_0.3.4-3_arm64.deb
Since I have the three "depend" files, I'm going to see if I can install them through similar means. Stay tuned...
No joy! :cry:

Return to “Ubuntu”