09-23-2020, 04:53 AM
(09-22-2020, 05:23 PM)kissbaby3 link Wrote: 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