Uninstalling KSL
Uninstalling the RPM Package
- Run the rpm -e command to uninstall the RPM package.
rpm -e boostkit-ksl
- Confirm that the installation directory /usr/local/ksl is deleted.
- Confirm that the /etc/profile file does not contain the /usr/local/ksl environment variables.
Uninstalling the DEB Package
- Run the dpkg -P command to uninstall the DEB package and delete data, executable files, and configuration files.
dpkg -P boostkit-ksl
- Confirm that the installation directory /usr/local/ksl is deleted.
- Confirm that the /etc/profile file does not contain the /usr/local/ksl environment variables.
Parent topic: Using KSL