How To Install nss-softokn-freebl.i686 on Amazon Linux 2

In this tutorial we learn how to install nss-softokn-freebl.i686 in Amazon Linux 2. nss-softokn-freebl.i686 is Freebl library for the Network Security Services

Introduction

In this tutorial we learn how to install nss-softokn-freebl.i686 on Amazon Linux 2.

What is nss-softokn-freebl.i686

NSS Softoken Cryptographic Module Freebl Library Install the nss-softokn-freebl package if you need the freebl library.

We can use yum to install nss-softokn-freebl.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install nss-softokn-freebl.i686.

Install nss-softokn-freebl.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-softokn-freebl.i686 using yum by running the following command:

sudo yum -y install nss-softokn-freebl.i686

How To Uninstall nss-softokn-freebl.i686 on Amazon Linux 2

To uninstall only the nss-softokn-freebl.i686 package we can use the following command:

sudo yum remove nss-softokn-freebl.i686

nss-softokn-freebl.i686 Package Contents on Amazon Linux 2

/etc/prelink.conf.d
/etc/prelink.conf.d/nss-softokn-prelink.conf
/usr/lib/dracut/dracut.conf.d/50-nss-softokn.conf
/usr/lib/dracut/modules.d/05nss-softokn
/usr/lib/dracut/modules.d/05nss-softokn/module-setup.sh
/usr/lib/libfreebl3.chk
/usr/lib/libfreebl3.so
/usr/lib/libfreeblpriv3.chk
/usr/lib/libfreeblpriv3.so

References

Summary

In this tutorial we learn how to install nss-softokn-freebl.i686 on Amazon Linux 2 using yum.