Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the Tool

If you select an RPM package, install it first.

  1. 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.

    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
  2. 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.

  3. Make the automatic command line completion take effect.
    Log in to the terminal again or run the following command on the terminal:
    source /etc/bash_completion.d/devkit.sh
  4. (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