How To Install intel-ipp-crypto-mb.x86_64 on Amazon Linux 2

In this tutorial we learn how to install intel-ipp-crypto-mb.x86_64 in Amazon Linux 2. intel-ipp-crypto-mb.x86_64 is Intel(R) IPP Cryptography multi-buffer library

Introduction

In this tutorial we learn how to install intel-ipp-crypto-mb.x86_64 on Amazon Linux 2.

What is intel-ipp-crypto-mb.x86_64

A software crypto library optimized for Intel architecture for packet processing applications. It contains universal and OpenSSL compatible APIs for cryptography operations, such as - RSA encryption and decryption; - ECDHE, ECDSA with different curves. For additional information please refer to https

We can use yum to install intel-ipp-crypto-mb.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install intel-ipp-crypto-mb.x86_64.

Install intel-ipp-crypto-mb.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install intel-ipp-crypto-mb.x86_64 using yum by running the following command:

sudo yum -y install intel-ipp-crypto-mb.x86_64

How To Uninstall intel-ipp-crypto-mb.x86_64 on Amazon Linux 2

To uninstall only the intel-ipp-crypto-mb.x86_64 package we can use the following command:

sudo yum remove intel-ipp-crypto-mb.x86_64

intel-ipp-crypto-mb.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libcrypto_mb.so.1
/usr/lib64/libcrypto_mb.so.1.0.1
/usr/share/doc/intel-ipp-crypto-mb-1.0.1
/usr/share/doc/intel-ipp-crypto-mb-1.0.1/Readme.md
/usr/share/licenses/intel-ipp-crypto-mb-1.0.1
/usr/share/licenses/intel-ipp-crypto-mb-1.0.1/LICENSE

References

Summary

In this tutorial we learn how to install intel-ipp-crypto-mb.x86_64 on Amazon Linux 2 using yum.