How to Install and Uninstall nspr.i686 Package on Fedora 35

Last updated: October 06,2024

1. Install "nspr.i686" package

This tutorial shows how to install nspr.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install nspr.i686

2. Uninstall "nspr.i686" package

In this section, we are going to explain the necessary steps to uninstall nspr.i686 on Fedora 35:

$ sudo dnf remove nspr.i686 $ sudo dnf autoremove

3. Information about the nspr.i686 package on Fedora 35

Last metadata expiration check: 0:23:30 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : nspr
Version : 4.34.0
Release : 2.fc35
Architecture : i686
Size : 147 k
Source : nss-3.81.0-1.fc35.src.rpm
Repository : updates
Summary : Netscape Portable Runtime
URL : http://www.mozilla.org/projects/nspr/
License : MPLv2.0
Description : NSPR provides platform independence for non-GUI operating system
: facilities. These facilities include threads, thread synchronization,
: normal file and network I/O, interval timing and calendar time, basic
: memory management (malloc and free) and shared library linking.