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