Hello Linux Geeksters. As you may know, Chromium, Google’s open-source browser will drop the support for the Netscape Plugin API and so, Adobe Flash will not be working anymore. Instead, the users can replace Adobe Flash with Pepper Flash Player, which is already used on Google Chrome.

In this article I will show you how to install Chromium and enable Pepper Flash Player on Ubuntu 14.04 Trusty Tahr and Linux Mint 17 Qiana.
Because both the Chromium and the Pepper Flash Plugin installer are available via the default repositories, installing both of them is easy. Follow the instructions exactly, in order to successfully install Chromium and enable the Pepper Flash Plugin:
$ sudo apt-get update
$ sudo apt-get install chromium-browser
$ sudo apt-get install pepperflashplugin-nonfree
$ sudo update-pepperflashplugin-nonfree --install
Optional, to remove both chromium-browser and pepperflashplugin-nonfree, do:
$ sudo apt-get remove chromium-browser pepperflashplugin-nonfree