The application automatically performs the uninstallation procedure. After the uninstallation procedure is completed, the application displays a message about the uninstallation results.
Uninstalling the application package and the graphical user interface package
To uninstall the application and the graphical user interface installed from the RPM packages, carry out the following command:
# rpm -e kesl kesl-gui
To uninstall the application and the graphical user interface installed from the DEB packages, carry out the following command:
# apt-get purge kesl kesl-gui
Uninstalling the application package without the graphical user interface package
To uninstall the application installed from the RPM package without removing the graphical user interface, carry out the following command:
# rpm -e kesl
To uninstall the application installed from the DEB package without removing the graphical user interface, carry out the following command:
# apt-get purge kesl
Removing the graphical user interface package
To remove the graphical user interface that was installed from the RPM package, execute the following command:
# rpm -e kesl-gui
To remove the graphical user interface that was installed from the DEB package, execute the following command:
# apt-get purge kesl-gui
Removing Network Agent
To uninstall the Network Agent installed on a 32-bit operating system from an RPM package, carry out the following command:
# rpm -e klnagent
To uninstall the Network Agent installed on a 64-bit operating system from an RPM package, carry out the following command:
# rpm -e klnagent64
To uninstall the Network Agent installed on a 32-bit operating system from a DEB package, carry out the following command:
# apt-get purge klnagent
To uninstall the Network Agent installed on a 64-bit operating system from a DEB package, carry out the following command:
# apt-get purge klnagent64