How To Install intel-ipp-crypto-mb-devel on Fedora 36
Introduction
In this tutorial we learn how to install intel-ipp-crypto-mb-devel
on Fedora 36.
What is intel-ipp-crypto-mb-devel
A software crypto library optimized for Intel architecture for packet processing applications. It contains development libraries and header files. For additional information please refer to https
We can use yum
or dnf
to install intel-ipp-crypto-mb-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install intel-ipp-crypto-mb-devel.
Install intel-ipp-crypto-mb-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install intel-ipp-crypto-mb-devel
using dnf
by running the following command:
sudo dnf -y install intel-ipp-crypto-mb-devel
Install intel-ipp-crypto-mb-devel on Fedora 36 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-devel
using yum
by running the following command:
sudo yum -y install intel-ipp-crypto-mb-devel
How To Uninstall intel-ipp-crypto-mb-devel on Fedora 36
To uninstall only the intel-ipp-crypto-mb-devel
package we can use the following command:
sudo dnf remove intel-ipp-crypto-mb-devel
intel-ipp-crypto-mb-devel Package Contents on Fedora 36
/usr/include/crypto_mb
/usr/include/crypto_mb/cpu_features.h
/usr/include/crypto_mb/defs.h
/usr/include/crypto_mb/ec_nistp256.h
/usr/include/crypto_mb/ec_nistp384.h
/usr/include/crypto_mb/ec_nistp521.h
/usr/include/crypto_mb/ec_sm2.h
/usr/include/crypto_mb/ed25519.h
/usr/include/crypto_mb/exp.h
/usr/include/crypto_mb/rsa.h
/usr/include/crypto_mb/sm3.h
/usr/include/crypto_mb/sm4.h
/usr/include/crypto_mb/status.h
/usr/include/crypto_mb/version.h
/usr/include/crypto_mb/x25519.h
/usr/lib64/libcrypto_mb.so
References
Summary
In this tutorial we learn how to install intel-ipp-crypto-mb-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).