How To Install nss-pem on Fedora 36

In this tutorial we learn how to install nss-pem in Fedora 36. nss-pem is PEM file reader for Network Security Services (NSS)

Introduction

In this tutorial we learn how to install nss-pem on Fedora 36.

What is nss-pem

PEM file reader for Network Security Services (NSS), implemented as a PKCS#11 module.

We can use yum or dnf to install nss-pem on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nss-pem.

Install nss-pem 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 nss-pem using dnf by running the following command:

sudo dnf -y install nss-pem

Install nss-pem 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 nss-pem using yum by running the following command:

sudo yum -y install nss-pem

How To Uninstall nss-pem on Fedora 36

To uninstall only the nss-pem package we can use the following command:

sudo dnf remove nss-pem

nss-pem Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/289ec6308eb08f5865259d6df17191ff8ef7f8
/usr/lib64/libnsspem.so
/usr/share/licenses/nss-pem
/usr/share/licenses/nss-pem/COPYING.GPL
/usr/share/licenses/nss-pem/COPYING.MPL

References

Summary

In this tutorial we learn how to install nss-pem on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).