Installing and Uninstalling the HMPP
This section describes how to install the HMPP using RPM packages and DEB packages respectively. You can refer to this section to install or uninstall the HMPP.
Installation/Uninstallation Using the RPM Package
- Installing the RPM package
1rpm -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
1rpm -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
1dpkg -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
1dpkg -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