Uninstalling the application using the command line
August 5, 2024
ID 197596
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 kics kics-gui
To uninstall the application and the graphical user interface installed from the DEB packages, carry out the following command:
# apt-get purge kics kics-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 kics
To uninstall the application installed from the DEB package without removing the graphical user interface, carry out the following command:
# apt-get purge kics
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 kics-gui
To remove the graphical user interface that was installed from the DEB package, execute the following command:
# apt-get purge kics-gui
After the uninstallation procedure is complete, a message about the results of the uninstallation is displayed.