2

Hi I'd like to get flash player working on the latest Ubuntu under Chromium or Firefox. I've tried everything under the sun from Google search results to no avail. Is this still possible or is Flash for Linux completely dead? I've consulted here as well.

For

sudo apt install browser-plugin-freshplayer-pepperflash

for Firefox Flash I get

E: Package 'browser-plugin-freshplayer-pepperflash' has no installation candidate

even though Canonical is enabled in Software & Updates.

Also the /usr/lib/pepperflashplugin-nonfree folder is empty when trying to copy libpepflashplayer.so to ~/snap/chromium/current/.local/lib for Flash for Chromium. When I try to enable flash via site settings in Chrome there is no option even though pepper flash is installed.

These steps are as per this video with no luck.

As mentioned I've tried a bunch of other steps as well from other sites.

I could go into more detail but I suspect Flash is really freakin dead so there's no point... Is this the case?

Thanks!

  • Flash is dead for everything. It was bad security when alive, now it is worst. Unless you have a specific need and can secure the machine you use it on, but be better to bury it. – crip659 May 03 '21 at 21:09

2 Answers2

5

Flash player is completely dead for all operating systems as of 2021. This is also stated in the pepperflash documentation There are some alternatives, such as ruffle, but these do not have full support yet.

However, you could try installing Ruffle:

  1. download the Firefox extension
  2. happy flashing! (only old (ActionScript 1&2) flash games reasonably supported)
Fee
  • 221
1

It is still possible to use Flash on selected websites, if you are able to find the Flash plugin itself anywhere on the Net, which can be hard, because it has been removed from all the usual places it was available to download from.

You need three things (at least that's what I use myself):

  1. Firefox version no higher than 84 (install a separate instance of Firefox from your main browser into a separate directory)
  2. the Flash plugin itself
  3. a configuration file /etc/adobe/mms.cfg specifying URLs where use of Flash is allowed

I have written more about this here and here.

Also note: if you manage to find and install Flash plugin, don't let the system update it as "update" will actually uninstall the plugin. You may consider to lock the package version (eg. using Synaptic) to avoid update.

raj
  • 10,353