How To Install nss_hesiod.i686 on Amazon Linux 2
Introduction
In this tutorial we learn how to install nss_hesiod.i686 on Amazon Linux 2.
What is nss_hesiod.i686
The nss_hesiod Name Service Switch module uses the Domain Name System (DNS) as a source for user, group, and service information, following the Hesiod convention of Project Athena.
We can use yum to install nss_hesiod.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install nss_hesiod.i686.
Install nss_hesiod.i686 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 nss_hesiod.i686 using yum by running the following command:
sudo yum -y install nss_hesiod.i686
How To Uninstall nss_hesiod.i686 on Amazon Linux 2
To uninstall only the nss_hesiod.i686 package we can use the following command:
sudo yum remove nss_hesiod.i686
nss_hesiod.i686 Package Contents on Amazon Linux 2
/lib/libnss_hesiod-2.26.so
/lib/libnss_hesiod.so.2
/usr/share/doc/nss_hesiod-2.26
/usr/share/doc/nss_hesiod-2.26/README.hesiod
References
Summary
In this tutorial we learn how to install nss_hesiod.i686 on Amazon Linux 2 using yum.