How to Install and Uninstall nspr.x86_64 Package on Rocky Linux 8

Last updated: June 18,2024

1. Install "nspr.x86_64" package

This guide covers the steps necessary to install nspr.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install nspr.x86_64

2. Uninstall "nspr.x86_64" package

Please follow the steps below to uninstall nspr.x86_64 on Rocky Linux 8:

$ sudo dnf remove nspr.x86_64 $ sudo dnf autoremove

3. Information about the nspr.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:34:42 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : nspr
Version : 4.32.0
Release : 1.el8_4
Architecture : x86_64
Size : 141 k
Source : nspr-4.32.0-1.el8_4.src.rpm
Repository : appstream
Summary : Netscape Portable Runtime
URL : http://ftp.mozilla.org/pub/nspr/releases/v${nspr_archive_version}/src
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.