Installation and Uninstallation
Install or uninstall the SHA1 MB algorithm optimization package as instructed in this section.
Installation
- Obtain the SHA1 MB algorithm optimization package. For details, see Obtaining the Software Package.
- Decompress the ZIP file to obtain the RPM installation package.
- Install the RPM package.
1rpm -ivh --replacefiles boostkit-kacccrypto-xxxx-1.aarch64.rpm
xxxx indicates the version number.
After the installation, check whether header files and dynamic libraries exist in the /usr/local/kacc_crypto/include/ and /usr/local/kacc_crypto/lib/ directories.
Uninstallation
Uninstall the RPM package.
1 | rpm -e boostkit-kacccrypto-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/kacc_crypto/include/ and /usr/local/kacc_crypto/lib/ directories.
Parent topic: Installing the KACC_crypto Library