I have Pepper Flash Plugin installed, but it doesn't work on chromium and still every webpage prompts to install Adobe flash.
I removed and installed it again but nothing changed. I'm sure it's installed because with attempt to new install get this message:
sudo apt-get install pepperflashplugin-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
pepperflashplugin-nonfree is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
Ps. This is how I removed the plugin before installing it again:
apt-get remove --purge pepperflashplugin-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
pepperflashplugin-nonfree*
0 upgraded, 0 newly installed, 1 to remove and 6 not upgraded.
After this operation, 66.6 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 199594 files and directories currently installed.)
Removing pepperflashplugin-nonfree (1.3ubuntu1) ...
Purging configuration files for pepperflashplugin-nonfree (1.3ubuntu1) ...
apt-get clean
Thanks
sudo apt-get remove --purge pepperflashplugin-nonfree
thensudo apt-get clean
– DummyBeginner Jan 26 '15 at 21:59sudo apt-get purge
instead ofsudo apt-get remove --purge
– mchid Jan 26 '15 at 22:22chromium-browser --enable-plugins
now and got this:/etc/chromium-browser/default: line 6: ./usr/lib/pepflashplugin-installer/pepflashplayer.sh: No such file or directory
– DummyBeginner Jan 26 '15 at 22:39sudo apt-get autoremove
. – Jan 27 '15 at 12:52sudo apt-get autoremove
wasReading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
Nothing changed. – DummyBeginner Jan 27 '15 at 16:43