RPM Package Uninstallation (KAE 2.0)
This section describes how to uninstall KAE 2.0 that is installed using RPM packages if you no longer require it or want to install KAE of a new version.
Procedure
- Use an SSH tool to remotely log in to the Linux CLI as the root user.
- Uninstall the KAE software packages and check the uninstallation result.
- Run the rpm -e Software_package_name command to uninstall kae-openssl, kae-driver, and kae-zip.
1 2 3
rpm -e kae-openssl rpm -e kae-driver rpm -e kae-zip
- Check whether the uninstallation is successful.
- Run the rpm -e Software_package_name command to uninstall kae-openssl, kae-driver, and kae-zip.
- Check whether KAE is uninstalled.
- Check whether the KAE library is uninstalled. If "No such file or directory" is displayed in the command output, the uninstallation is successful.
1ll /usr/local/lib/engines-1.1 - Check whether the KAEZip library is uninstalled. If "No such file or directory" is displayed in the command output, the uninstallation is successful.
1ll /usr/local/kaezip/lib - Check whether KAE drivers are uninstalled. If no command output is displayed, the uninstallation is successful.
1lsmod | grep uacce
- Check whether the KAE library is uninstalled. If "No such file or directory" is displayed in the command output, the uninstallation is successful.
Parent topic: Uninstalling KAE Installed Using RPM Packages