I want to install flash player on ubuntu 16.04 LTS. how i perform it kindly concern with your best
01 Answer
1.Enable ubuntu canonical partners repo
$ sudo add-apt-repository "deb $(lsb_release -sc) partner"2.Update the repos :
$ sudo apt update3.Install flash plugin
$ sudo apt install flashplugin-installerExit the Terminal.
IF browser is open, restart it. and navigate to the adobe site ->>Adobe flash player
Check whether plugin is installed.
Run the adobe flash link, a prompt will be shown, click on allow and flash content will work :)
Thanks!