How to Install and Uninstall nspr.i686 Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "nspr.i686" package

Here is a brief guide to show you how to install nspr.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install nspr.i686

2. Uninstall "nspr.i686" package

Please follow the steps below to uninstall nspr.i686 on Amazon Linux 2:

$ sudo yum remove nspr.i686 $ sudo yum autoremove

3. Information about the nspr.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : nspr
Arch : i686
Version : 4.32.0
Release : 1.amzn2.0.1
Size : 135 k
Repo : amzn2-core/2/x86_64
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.