Installing the Tool
If you select an RPM package, install it first.
- Install the RPM package.
rpm -ivh devkit-x.x.x-1.aarch64.rpm devkit-tuner-x.x.x-1.aarch64.rpm devkit-porting-x.x.x-1.aarch64.rpm
You are required to install the devkit-x.x.x-1.aarch64.rpm or devkit-x.x.x-1.x86_64.rpm installation package before installing other installation packages.
See the following command output:
Verifying... ################################# [100%] Preparing... ################################# [100%] Updating / installing... 1:devkit-x.x.x-1 ################################# [ 33%] devkit installed 2:devkit-porting-x.x.x-1 ################################# [ 67%] devkit-porting installed 3:devkit-tuner-x.x.x-1 ################################# [100%] devkit-tuner installed
- Check whether the installation is successful.
rpm -qa | grep devkit
The installation is successful if the installation package name is displayed in the command output.
devkit version
The version number is displayed in the command output.
- Make the automatic command line completion take effect.
source /etc/bash_completion.d/devkit.sh
Or, log in to the terminal again.
- (Optional) Uninstall the RPM package.
rpm -evh devkit-tuner devkit-porting devkit
If a function package has been installed, uninstall the function package before uninstalling the tool package.
Command output:
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