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
- Use an SSH tool to remotely log in to the Linux CLI as the root user.
- 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.
1sh build.sh uadk clean
- Uninstall KAEZlib.
1sh build.sh zlib clean
If KAEGzip has been installed, run the following command to uninstall it:
1sh build.sh gzip clean
- Uninstall KAEZstd.
1sh build.sh zstd clean
- Uninstall KAELz4.
1sh build.sh lz4 clean
You can also run sh build.sh cleanup to uninstall the KAE components in the default installation path.
- Uninstall drivers.
Parent topic: Uninstalling KAE Installed Using Source Code