Fix Adobe Flash Player in Ubuntu. Adobe Flash Player is not working in Ubuntu 15.10 and Ubuntu 14.04. Install Flash player plugin in Firefox, in Ubuntu 15.10. Install Pepper Flash Plugin for Firefox in Ubuntu 15.10, Ubuntu 14.04, Ubuntu 15.04 and Ubuntu 14.10.
As we know that Adobe has stopped releasing Flash Player Plugin for Linux (Firefox). For Firefox users the last available Adobe Flash version is 11.2. For Chrome and Chromium browsers, Pepper Flash plugin is available, but it’s not supported by Firefox.
Luckily, for Linux Ubuntu 15.10, “browser-plugin-freshplayer-pepperflash” tool makes the Pepper Flash working in Firefox web browser. Here’s how to install Pepper Flash Plugin in Firefox, in Ubuntu 15.10 and Ubuntu Derivatives.
Install Pepper Flash Plugin for Firefox in Ubuntu
There are two ways to install Pepper Flash Plugin for Firefox, in Ubuntu – using Ubuntu Software Center and via Terminal commands.
To install Pepper Flash Plugin using Ubuntu Software Center, open Software Center and search for “browser-plugin-freshplayer-pepperflash” (without quotes). hen found, click to install it manually.
The Pepper Flash Plugin can be installed via running the following command in Ubuntu::
sudo apt-get install browser-plugin-freshplayer-pepperflash
The above command installs the recommended package pepperflashplugin-nonfree, which automatically downloads and unpacks it.
Once installed, you will need to restart Firefox browser to apply the changes.
If you aren’t satisfied with Pepper Flash, you can easily uninstall Pepper Flash from Ubuntu Systems. Run the following commands to remove Pepper Flash from Ubuntu, through Terminal:
sudo apt-get remove browser-plugin-freshplayer-pepperflash
sudo apt-get update
Pepper Flash Plugin for Ubuntu
The Pepper Flash Plugin for Ubuntu is developed to get PPAPI (Chrome) plugins working in Firefox (and any other web-browser supporting NPAPI plugins). It implements a wrapper which behaves like browser to PPAPI plugin and implements NPAPI plugin interface for browser to use.
This particular implementation doesn’t implement any sandboxing, which means any malicious code can break through plugin security as there are no additional barriers. This is the same level of security as NPAPI Flash have.
Flash plugin for Linux provided by adobe stopped at version 11.2; for chrome/chromium users there is pepperflash plugin but it’s not supported by firefox/iceweasel/other browsers.
This package allows one to use the Pepper Flash plugin from Chrome in NPAPI web browsers.