Uninstalling the application using the command line

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

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

Page top