Uninstalling MindCluster ToolBox
Method 1: Using a Script
If you obtain a .run package, you can use the uninstallation script to uninstall it.
- Log in to the installation environment as the installation user of the software package.
- Go to the directory where the uninstallation script of the MindCluster ToolBox is stored. Generally, the uninstallation script is stored in the script directory. (The default installation path of the root user is used as an example.)
cd /usr/local/Ascend/toolbox/{version}/script
- Run the ./uninstall.sh command to run the script.
Method 2: Uninstalling a Software Package
If you obtain a *.run package, perform the following steps:
- Log in to the installation environment as the installation user of the software package.
- Go to the directory where the software package is stored.
- Run the following commands to uninstall the software package:
./Ascend-mindx-toolbox_{version}_linux-{arch}.run --uninstall
If the following information is displayed, the software is successfully uninstalled:[INFO] xxx uninstall success
xxx indicates the name of the software package to be uninstalled.
Parent topic: Installation and Upgrade