How to Install and Uninstall pcre.src Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "pcre.src" package

Please follow the steps below to install pcre.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install pcre.src

2. Uninstall "pcre.src" package

Here is a brief guide to show you how to uninstall pcre.src on Oracle Linux 9:

$ sudo dnf remove pcre.src $ sudo dnf autoremove

3. Information about the pcre.src package on Oracle Linux 9

Last metadata expiration check: 1:19:46 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pcre
Version : 8.44
Release : 3.el9.3
Architecture : src
Size : 1.6 M
Source : None
Repository : ol9_appstream
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.

Name : pcre
Version : 8.44
Release : 3.el9.3
Architecture : src
Size : 1.6 M
Source : None
Repository : ol9_baseos_latest
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.