How To Install nss-util on Fedora 36
Introduction
In this tutorial we learn how to install nss-util
on Fedora 36.
What is nss-util
Utilities for Network Security Services and the Softoken module
We can use yum
or dnf
to install nss-util
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nss-util.
Install nss-util 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-util
using dnf
by running the following command:
sudo dnf -y install nss-util
Install nss-util 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-util
using yum
by running the following command:
sudo yum -y install nss-util
How To Uninstall nss-util on Fedora 36
To uninstall only the nss-util
package we can use the following command:
sudo dnf remove nss-util
nss-util Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/77
/usr/lib/.build-id/77/6e5f688c2b6d9b64111b21f83220797da74048
/usr/lib64/libnssutil3.so
/usr/share/licenses/nss-util
/usr/share/licenses/nss-util/COPYING
References
Summary
In this tutorial we learn how to install nss-util
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).