Flash pepper for Chromium

1. To use Pepper Flash Player in Chromium browser under Ubuntu 14.04, firstly install the package:

sudo apt-get install pepperflashplugin-nonfree

2. Then, run the following command to install it:

sudo update-pepperflashplugin-nonfree --install

If you want to uninstall it, use the command below:

sudo update-pepperflashplugin-nonfree --uninstall

3. The Pepper Flash installer is supposed to change the Chromium browser config file automatically so you don’t need to make the changes yourself, but there’s currently a bug (probably because this package is imported from Debian without any changes) that prevents this. So, as a work-around for this bug, run the following command in a terminal:

cat /usr/lib/pepperflashplugin-nonfree/etc-chromium-default.txt | sudo tee -a /etc/chromium-browser/default

That’s it.