How To Install nss-pem.i686 on Amazon Linux 2
In this tutorial we learn how to install nss-pem.i686 in Amazon Linux 2. nss-pem.i686 is PEM file reader for Network Security Services (NSS)
Introduction
In this tutorial we learn how to install nss-pem.i686 on Amazon Linux 2.
What is nss-pem.i686
PEM file reader for Network Security Services (NSS), implemented as a PKCS#11 module.
We can use yum to install nss-pem.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install nss-pem.i686.
Install nss-pem.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-pem.i686 using yum by running the following command:
sudo yum -y install nss-pem.i686
How To Uninstall nss-pem.i686 on Amazon Linux 2
To uninstall only the nss-pem.i686 package we can use the following command:
sudo yum remove nss-pem.i686
nss-pem.i686 Package Contents on Amazon Linux 2
/usr/lib/libnsspem.so
/usr/share/licenses/nss-pem-1.0.3
/usr/share/licenses/nss-pem-1.0.3/COPYING
References
Summary
In this tutorial we learn how to install nss-pem.i686 on Amazon Linux 2 using yum.