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 packagesPay attention in using the purge sub-command instead of the remove sub-command.
sudo apt-get purge esf-*
sudo rebootsudo dnf remove esf-*
sudo rebootThe uninstall procedure will generate a log file named kura_uninstall_<timestamp>.log in the /opt/eurotech/esf/log/ folder. The logs will also be appended to the systemd journal using the ESF syslog identifier, and it can be inspected using the journalctl -t ESF command.
Please note that if the platform does not use persistent storage for systemd journal, the logs in systemd journal will be lost after device reboot.
Updated 7 days ago
