I'm running Ubuntu 16.04 and I have tried multiple explanations on here but none of them seem to work. I tried out one and figured out it was for Opera and not Chromium and the one on Chromium was outdated and pepperflash couldn't be found because of a 404 error.
I installed adobe and restarted, then I checked my plugins and only the PDF file viewer is there, no flash plugin.
Thanks in advance for the help and this is for Chromium Web Browser.
$ apt-cache policy adobe-flashplugin
adobe-flashplugin:
Installed: 1:20160712.1-0ubuntu0.16.04.1
Candidate: 1:20160712.1-0ubuntu0.16.04.1
Version table:
*** 1:20160712.1-0ubuntu0.16.04.1 500
500 http://archive.canonical.com/ubuntu xenial/partner amd64 Packages
100 /var/lib/dpkg/status
$ file -L /usr/lib/adobe-flashplugin/libpepflashplayer.so
/usr/lib/adobe-flashplugin/libpepflashplayer.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5e833404c78369b704ff1b4abd06c7debe3bfb9a, stripped
$ chromium-browser /etc/chromium-browser/default: line 6: /usr/lib/pepflashplugin-installer/pepflashplayer.sh: No such file or directory Using PPAPI flash. Created new window in existing browser session.
/etc/chromium-browser/customizations/10-flash
= 333 bytes
adobe-flashplugin
now includes Pepper Flash and configuration files for Chromium to pick it up. – David Foerster Sep 08 '16 at 18:48apt-cache policy adobe-flashplugin
anddpkg-query -L adobe-flashplugin
, the content of/etc/chromium-browser/customizations/10-flash
and a screenshot of the page with the addresschrome://plugins
from inside Chromium, I might be able to figure out what's different or wrong with your set-up. – David Foerster Sep 08 '16 at 21:13chromium & { sleep 1; tr '\0' ' ' < /proc/$!/cmdline; echo; }
could be helpful too. – David Foerster Sep 08 '16 at 22:37code [1] 4878 chromium: command not found [1]+ Exit 127 chromium 0: command not found bash: /proc/4878/cmdline: No such file or directory code
– timmyspan Sep 08 '16 at 23:21chromium-browser & { sleep 1; tr '\0' ' ' < /proc/$!/cmdline; echo; }
. That was a copy&paste mistake on my end. I could also use the output offile -L /usr/lib/adobe-flashplugin/libpepflashplayer.so
. – David Foerster Sep 09 '16 at 07:08chromium-browser
to a .txt file but the file is blank and the terminal shows the output. Same with thedpkg-query
– timmyspan Sep 09 '16 at 15:11sudo
in front of the command. I shared the file in the OP – timmyspan Sep 09 '16 at 17:56chromium-browser
when you start it in a terminal? – David Foerster Sep 09 '16 at 18:02