How to Install and Uninstall pcre.i686 Package on Fedora 34

Last updated: September 20,2024

1. Install "pcre.i686" package

Here is a brief guide to show you how to install pcre.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install pcre.i686

2. Uninstall "pcre.i686" package

This is a short guide on how to uninstall pcre.i686 on Fedora 34:

$ sudo dnf remove pcre.i686 $ sudo dnf autoremove

3. Information about the pcre.i686 package on Fedora 34

Last metadata expiration check: 0:06:49 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : pcre
Version : 8.44
Release : 3.fc34.1
Architecture : i686
Size : 196 k
Source : pcre-8.44-3.fc34.1.src.rpm
Repository : fedora
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.