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

Uninstalling KAE 2.0

This section describes how to uninstall the KAE 2.0 software that is installed using source code through a script.

Procedure

  1. Use SSH to remotely log in to the Linux CLI as the root user.
  2. Use a script to uninstall the accelerator driver packages and the KAE library packages that are installed using source code.
    • Uninstall drivers.
      1
      2
      cd KAE
      sh build.sh driver clean
      
    • Uninstall UADK.
      1
      sh build.sh uadk clean
      
    • Uninstall the KAE.

      For OpenSSL 1.1.1x

      1
      sh build.sh engine clean
      
      For OpenSSL 3.0.x
      1
      sh build.sh engine3 clean
      

    You can also run sh build.sh cleanup to uninstall the KAE components in the default installation path.