09-24-2020, 09:25 PM
(09-23-2020, 04:53 AM)Jerry link Wrote: [quote author=kissbaby3 link=topic=7709.msg53728#msg53728 date=1600795421]
one thing that would cool to know how to do , is to uninstall, remove, or purge adobe flash, after a person installs the "Restricted Extras package"
Good question:
Code:
sudo apt-get remove flashplugin-installer
Then perhaps use a apt-mark hold to stop it reinstalling:
Code:
sudo apt-mark hold flashplugin-installer
awesome, worked like a charm.
Firefox browser no longer has the flash plugin and its removed from the system as well.
one thing to note tho, google chrome browser and chromium browser currently have adobe flash player(plugin) built into their browser, thats ok tho, alls one has to do is
disable the flash plugin , thats it.
Thank you Jerry 8)