Uninstalling the Tool
- Compressed package: Delete the tool files to uninstall the tool.
- RPM package: Uninstall the RPM package.
1rpm -evh devkit-tuner devkit-porting devkit
- If function packages have been installed, uninstall the function packages and then uninstall the tool framework package.
- You can identify the name of the tool to be uninstalled based on the RPM package name. For example, the tool name of the tool framework package (devkit-x.x.x-1.aarch64.rpm) is devkit; the tool name of the System Profiler function package (devkit-tuner-x.x.x-1.aarch64.rpm) is devkit-tuner, the tool name of the Porting Advisor package (devkit-porting-x.x.x-1.aarch64.rpm) is devkit-porting.
Command output:
1 2 3 4 5 6 7 8
Preparing... ################################# [100%] Cleaning up / removing... 1:devkit-tuner-x.x.x-1 ################################# [ 33%] devkit-tuner uninstalled 2:devkit-porting-x.x.x-1 ################################# [ 67%] devkit-porting uninstalled 3:devkit-x.x.x-1 ################################# [100%] devkit uninstalled
Parent topic: Installation