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

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 an SSH tool 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 KAEZlib.
      1
      sh build.sh zlib clean
      

      If KAEGzip has been installed, run the following command to uninstall it:

      1
      sh build.sh gzip clean
      
    • Uninstall KAEZstd.
      1
      sh build.sh zstd clean
      
    • Uninstall KAELz4.
      1
      sh build.sh lz4 clean
      

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