Uninstalling the application using the command line

Removing the application package and the graphical user interface package

To uninstall the application and the graphical interface installed from the RPM packages, run the following command:

# rpm -e kesl kesl-gui

To uninstall the application and the graphical interface installed from the DEB packages, run 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 interface, run the following command:

# rpm -e kesl

To uninstall the application installed from the DEB package without removing the graphical user interface, run the following command:

# apt-get purge kesl

Removing the graphical user interface package

To remove the graphical interface that was installed from an RPM package, run the following command:

# rpm -e kesl-gui

To remove the graphical interface that was installed from a DEB package, run the following command:

# apt-get purge kesl-gui

After the uninstallation procedure is complete, a message about the results of the uninstallation is displayed.

Page top