Rate This Document
Findability
Accuracy
Completeness
Readability

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.
      • OpenSSL 1.1.1x:
        1
        sh build.sh engine clean
        
      • OpenSSL 3.0.x:
        1
        sh build.sh engine3 clean
        
      • Tongsuo 8.4.0:
        1
        sh build.sh engine3_tongsuo clean
        

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