我要评分
获取效率
正确性
完整性
易理解

Uninstalling 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. Due to the dependency, the kae-openssl engine package must be uninstalled before the kae-driver package is uninstalled.

Procedure

  1. Use SSH 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 and kae-driver.
      1
      2
      rpm -e kae-openssl
      rpm -e kae-driver
      
    2. Check whether the uninstallation is successful.
      Run the rpm -qa | grep Software_package_name command.
      1
      2
      rpm -qa | grep kae-openssl 
      rpm -qa | grep kae-driver
      
  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 KAE drivers are uninstalled. If no command output is displayed, the uninstallation is successful.
      1
      lsmod | grep uacce