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

Last updated: October 06,2024

1. Install "pcre.i686" package

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

$ sudo yum makecache $ sudo yum install pcre.i686

2. Uninstall "pcre.i686" package

Here is a brief guide to show you how to uninstall pcre.i686 on Amazon Linux 2:

$ sudo yum remove pcre.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : pcre
Arch : i686
Version : 8.32
Release : 17.amzn2.0.2
Size : 442 k
Repo : amzn2-core/2/x86_64
Summary : Perl-compatible regular expression library
URL : http://www.pcre.org/
License : BSD
Description : Perl-compatible regular expression library.
: PCRE has its own native API, but a set of "wrapper" functions that
: are based on the POSIX API are also supplied in the library
: libpcreposix. Note that this just provides a POSIX calling
: interface to PCRE: the regular expressions themselves still follow
: Perl syntax and semantics. The header file for the POSIX-style
: functions is called pcreposix.h.