Recently, I installed ubuntu updates and my browser asked me for flash player, which was previously installed. i tried to install using the regular command
Run the following commands :
sudo apt-get install flashplugin-installerBut, it says
flashplugin-installer is already the newest versionFinally, I found the workaround. Previous installation has to removed first (which anyway is not working)
Run the following commands :
sudo apt-get purge flashplugin-installerViola!! It works now.
sudo apt-get install flashplugin-installer
Comments
Post a Comment