Installation and Uninstallation
How to Use 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.
How to Use 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.
Parent topic: Installation and Integrity Verification