Rate This Document
Findability
Accuracy
Completeness
Readability

Installation and Uninstallation

Installation/Uninstallation Using the RPM Package

  • Installing the RPM package
    rpm -ivh boostkit-hmpp-xxxx-1.aarch64.rpm

    xxxx indicates the version number.

    After the installation, check whether header files and dynamic libraries exist in the /usr/local/include/HMPP and /usr/local/lib/HMPP directories.

  • Uninstalling the RPM package
    rpm -e boostkit-hmpp-xxxx-1.aarch64

    xxxx indicates the version number.

    After the uninstallation, check whether the header files and dynamic libraries are deleted from the /usr/local/include/HMPP and /usr/local/lib/HMPP directories.

Installation/Uninstallation Using the DEB Package

  • Installing the DEB package
    dpkg -i boostkit-hmpp-xxxx.aarch64.deb

    xxxx indicates the version number.

    After the installation, check whether header files and dynamic libraries exist in the /usr/local/include/HMPP and /usr/local/lib/HMPP directories.

  • Uninstalling the DEB package
    dpkg -r boostkit-hmpp

    After the uninstallation, check whether the header files and dynamic libraries are deleted from the /usr/local/include/HMPP and /usr/local/lib/HMPP directories.

    If the HMPP of an earlier version has been installed, uninstall it and then install the HMPP of the required version. You can run either of the following commands to check whether HMPP is installed:

    • RPM: rpm -qa | grep hmpp
    • dpkg: dpkg -l | grep hmpp