Rate This Document
Findability
Accuracy
Completeness
Readability

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

  1. Use an SSH tool to remotely log in to the Linux CLI as the root user.
  2. Uninstall the KAE software packages and check the uninstallation result.
    1. 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
      
    2. Check whether the uninstallation is successful.
      Run the rpm -qa | grep Software_package_name command.
      1
      2
      3
      rpm -qa | grep kae-openssl 
      rpm -qa | grep kae-driver
      rpm -qa | grep kae-zip
      
  3. Check whether KAE is uninstalled.
    1. Check whether the KAE library is uninstalled. If "No such file or directory" is displayed in the command output, the uninstallation is successful.
      1
      ll /usr/local/lib/engines-1.1
      
    2. Check whether the KAEZip library is uninstalled. If "No such file or directory" is displayed in the command output, the uninstallation is successful.
      1
      ll /usr/local/kaezip/lib
      
    3. Check whether KAE drivers are uninstalled. If no command output is displayed, the uninstallation is successful.
      1
      lsmod | grep uacce