16

The flash player plugin has stopped working in Firefox on Ubuntu 16.04 .I cant find pepper flash for chromium either ,certain music sites require flash so are now not use-able.

Hizqeel
  • 1,915
  • 28
  • 24
  • 24

2 Answers2

23
sudo apt-get install browser-plugin-freshplayer-pepperflash

This command got flash working in Firefox for me.

Fish
  • 331
12

Go to Official Adobe flash website, then download the install_flash_player_11_linux.x86_64.tar.gz and extract the tarball using:

tar -zxvf install_flash_player_11_linux.x86_64.tar.gz

You got the libflashplayer.so. Now copy this file to /usr/lib/firefox-addons/plugins directory using:

sudo cp libflashplayer.so /usr/lib/firefox-addons/plugins