Last week I updated from Ubuntu 18.04 to 18.10 to 19.04 in two steps. After completing, I found that Adobe Flash Player does no longer work. Neither in Firefox nor Chrome.
I tried to solve it by re-installing pepperflashplugin, which I only later found out to be for Firefox, not for Chrome. Afterwards I tried to install Adobe Flash via Canonical partners, but I seem to have the latest version of Flash Player installed.
Then I tried to purge Chrome and re-install.
sudo apt-get purge google-chrome-stable
sudo apt-get autoremove
It seemed to be removed by that, but once I reinstalled, it was back exactly the way T left it. Didn't feel like a clean install anyway.
When I check isflashinstalled.com it also says it is installed. But when I encounter a website that needs Flash Player that used to work, I get the usual, right click to run Adobe Flash Player but nothing happens when I choose run plugin. When I choose to hide this plugin, it kinda seems to try to work but there is never any videos appearing.
I looked through all 5 answers of "How to install Flash player on Ubuntu?". Unfortunately, none of the possible answers were viable or functional. I did try to install pepper flash also, but no benefit there, can this attempt to install be as issue? and should I uninstall pepper flash?
Anyway, although the other topic seems relevant on first glance. none of the solutions seem to work for me.
This evening I tried to use the "Chromium Flash Player Not Working on Ubuntu 19.04" solution using the following commands:
sudo apt-get --purge remove chromium-browser
sudo apt-get --purge remove google-chrome-stable
sudo apt-get --purge remove pepperflashplugin-nonfree
sudo apt-get --purge remove browser-plugin-freshplayer-pepperflash
Downloaded chrome from Ofiicial Site and installed it via the GUI. Afterwards I tried if the embedded chrome flashplayer would function again, which it didn't.
Afterwards I ran:
sudo apt update i
sudo apt-get install adobe-flashplugin
After checking canonical partners were still checked. Afterwards I tried again, but to no avail. After downloading i did get a few error messages. So this solution didn't seem to work.
Is there anyone who has the same issue with chrome (not chromium) as the complaints are exactly the same. so it does seem related and I assume I did some thing wrong or missed an essential step.
which firefox
– Gunnar Hjalmarsson May 17 '19 at 18:04/usr/bin/firefox
means that you have the .deb package, so together withadobe-flashplugin
Flash should really work with Firefox too. – Gunnar Hjalmarsson May 17 '19 at 20:11