Kaspersky Embedded Systems Security for Linux

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.