How to Install and Uninstall nspr.i686 Package on CentOS Stream 9

Last updated: October 05,2024

1. Install "nspr.i686" package

In this section, we are going to explain the necessary steps to install nspr.i686 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install nspr.i686

2. Uninstall "nspr.i686" package

Please follow the guidance below to uninstall nspr.i686 on CentOS Stream 9:

$ sudo dnf remove nspr.i686 $ sudo dnf autoremove

3. Information about the nspr.i686 package on CentOS Stream 9

Last metadata expiration check: 0:02:10 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : nspr
Version : 4.35.0
Release : 6.el9
Architecture : i686
Size : 146 k
Source : nss-3.90.0-6.el9.src.rpm
Repository : appstream
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.