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 kess kess-gui

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

# rpm -e kess

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

# apt-get purge kess

Removing the graphical user interface package

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

# rpm -e kess-gui

To remove the graphical interface that was installed from a DEB package, run 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