This article outlines the steps to uninstall the HEIMDAL Agent from an Ubuntu endpoint.
1. Uninstalling the HEIMDAL Agent after it was installed with the install script
2. Uninstalling the HEIMDAL Agent after it was installed manually
Uninstalling the HEIMDAL Agent after it was installed with the install script
If you installed the HEIMDAL Agent with the install script, you have to manually run the following command lines to have it installed (you are required to have sudo permissions):
sudo systemctl stop heimdal-clienthost.service
sudo systemctl disable heimdal-clienthost.service
sudo rm /etc/systemd/system/heimdal-clienthost.service
sudo rm /usr/lib/systemd/system/heimdal-clienthost.service //* if you get a No such file or directory error, move along to the next line
sudo rm -r /usr/share/heimdal-utils
Uninstalling the HEIMDAL Agent after it was installed manually
If you installed the HEIMDAL Agent manually, you can uninstall it by running the following steps (you are required to have sudo permissions.):
1. Run the following command line:
sudo apt-get purge heimdal -y
or
sudo apt-get remove heimdal -y