Kaspersky Embedded Systems Security for Linux

Uninstalling the application

Uninstalling the Kaspersky Embedded Systems Security involves the following steps:

  1. 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.

  2. 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:

  3. 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.

In this Help section

Uninstalling the application and Network Agent using Kaspersky Security Center

Uninstalling the application using the command line

Network Agent removal using the command line

Removing Kaspersky Embedded Systems Security management plug-ins

Page top
[Topic 263936]

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 top
[Topic 197594]

Uninstalling 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 top
[Topic 197596]

Network 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 top
[Topic 197234]

Removing 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:

  1. Close the Kaspersky Security Center Administration Console.
  2. 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.

  3. Select the section corresponding to the relevant version of the Kaspersky Embedded Systems Security application plug-in.
  4. Open and copy the UninstallString value.
  5. Open the command prompt as administrator, paste the copied value and press Enter.
Page top
[Topic 197236]