Uninstall ESF
ESF is provided both as a deb package and as an rpm.
To safely uninstall ESF from the system along with all its dependencies use the following commands.
Uninstallation of deb packages
Pay attention in using the purge sub-command instead of the remove sub-command.
sudo apt-get purge esf-*
sudo reboot
#Use this command to find the name of the ESF rpm installed
sudo dnf list | grep esf
#subsitue esf-* for the full rpm name
sudo dnf remove esf-*
sudo reboot
Updated about 2 years ago