Contents
Uninstalling the application
Uninstalling the Kaspersky Embedded Systems Security involves the following steps:
- Uninstalling the application and graphical user interface of the application
Uninstall the packages of the application and, if you are using the graphical user interface, the packages of the graphical user interface from the protected devices.
You can uninstall both the application package and the graphical user interface package, or uninstall only the graphical user interface package. It is not possible to uninstall only the application package if the graphical user interface package is installed.
You can uninstall the application and the application's graphical user interface in the following ways:
While the application is being uninstalled, all Kaspersky Embedded Systems Security tasks will be stopped on the device.
- Removing Network Agent
If you were using Kaspersky Security Center to manage Kaspersky Embedded Systems Security, you must uninstall the Network Agent from protected devices.
You can uninstall Network Agent in the following ways:
- Installing the Kaspersky Embedded Systems Security management plug-in
If you were using Kaspersky Security Center to manage Kaspersky Embedded Systems Security, you must uninstall the Kaspersky Embedded Systems Security administration web plug-in or MMC plug-in, depending on the console that you were using to manage Kaspersky Security Center.
After removing the application, all information saved by the application is deleted, except for the license database. Installed application certificates are also removed. The license database is saved, and you can use it to reinstall the application.
If the application was installed in a systemd, the systemd settings are restored to their initial state after the application uninstallation.
Uninstalling the application and Network Agent using Kaspersky Security Center
You can remotely uninstall Kaspersky Embedded Systems Security and Network Agent from the client devices.
Uninstallation is performed using the remote uninstallation of applications task in Kaspersky Security Center Web Console or in the Administration Console. For more details, refer to the Kaspersky Security Center Help system.
If you want to remove only the graphical user interface without removing the application, specify the USE_GUI=No
setting value in the autoinstall.ini configuration file and start the remote application installation task.
Uninstallation is performed in the background. After the application uninstallation finishes, you will be prompted to restart the client device.
Page topUninstalling the application using the command line
Removing 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 kess kess-gui
To uninstall the application and the graphical user interface installed from the DEB packages, carry out the following command:
# apt-get purge kess kess-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 kess
To uninstall the application installed from the DEB package without removing the graphical user interface, carry out the following command:
# apt-get purge kess
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 kess-gui
To remove the graphical user interface that was installed from the DEB package, execute the following command:
# apt-get purge kess-gui
After the uninstallation procedure is complete, a message about the results of the uninstallation is displayed.
Page topNetwork Agent removal using the command line
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
After the uninstallation procedure is complete, a message about the results of the uninstallation is displayed.
Page topRemoving Kaspersky Embedded Systems Security management plug-ins
The Kaspersky Embedded Systems Security administration web plug-in is uninstalled in Kaspersky Security Center Web Console from the list of installed plug-ins (Settings → Web Plug-ins).
To remove the Kaspersky Embedded Systems Security administration MMC plug-in:
- Close the Kaspersky Security Center Administration Console.
- On the device where the Kaspersky Security Center Administration Console is installed, open the Windows registry editor and go to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KasperskyLab\Components\28\Plugins.
This key contains information about all administration plug-ins installed in the Administration Console. The name of the managed application is in the DisplayName value.
- Select the section corresponding to the relevant version of the Kaspersky Embedded Systems Security application plug-in.
- Open and copy the UninstallString value.
- Open the command prompt as administrator, paste the copied value and press Enter.