How to Install and Uninstall pcre.i686 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,2024

1. Install "pcre.i686" package

Please follow the step by step instructions below to install pcre.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install pcre.i686

2. Uninstall "pcre.i686" package

This guide covers the steps necessary to uninstall pcre.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove pcre.i686 $ sudo dnf autoremove

3. Information about the pcre.i686 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:01:01 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : pcre
Version : 8.44
Release : 3.el9.3
Architecture : i686
Size : 198 k
Source : pcre-8.44-3.el9.3.src.rpm
Repository : ubi-9-baseos-rpms
Summary : Perl-compatible regular expression library
URL : https://www.pcre.org/
License : BSD
Description : PCRE, Perl-compatible regular expression, library has its own native API, but
: a set of wrapper functions that are based on the POSIX API are also supplied
: in the libpcreposix library. Note that this just provides a POSIX calling
: interface to PCRE: the regular expressions themselves still follow Perl syntax
: and semantics. This package provides support for strings in 8-bit and UTF-8
: encodings. Detailed change log is provided by pcre-doc package.