How to Install and Uninstall pcre.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "pcre.x86_64" package

This tutorial shows how to install pcre.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install pcre.x86_64

2. Uninstall "pcre.x86_64" package

Please follow the instructions below to uninstall pcre.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove pcre.x86_64 $ sudo yum autoremove

3. Information about the pcre.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : pcre
Arch : x86_64
Version : 8.32
Release : 17.el7
Size : 1.4 M
Repo : installed
From repo : anaconda
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.