How to Install and Uninstall pcre.i686 Package on CentOS Stream 8

Last updated: May 02,2024

1. Install "pcre.i686" package

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

$ sudo dnf update $ sudo dnf install pcre.i686

2. Uninstall "pcre.i686" package

Please follow the guidance below to uninstall pcre.i686 on CentOS Stream 8:

$ sudo dnf remove pcre.i686 $ sudo dnf autoremove

3. Information about the pcre.i686 package on CentOS Stream 8

Last metadata expiration check: 0:00:52 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : pcre
Version : 8.42
Release : 6.el8
Architecture : i686
Size : 211 k
Source : pcre-8.42-6.el8.src.rpm
Repository : baseos
Summary : Perl-compatible regular expression library
URL : http://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.