pcre-config

Development files for pcre

Install

All systems
curl cmd.cat/pcre-config.sh
Debian Debian
apt-get install libpcre3-dev
Ubuntu
apt-get install libpcre3-dev
Alpine
apk add pcre
Arch Arch Linux
pacman -S pcre
image/svg+xml Kali Linux
apt-get install libpcre3-dev
CentOS
yum install pcre-devel
Fedora
dnf install pcre-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install libpcre3-dev
OS X
brew install pcre
Raspbian
apt-get install libpcre3-dev
Docker
docker run cmd.cat/pcre-config pcre-config powered by Commando

pcre-devel

Development files for pcre

libpcre3-dev

Old Perl 5 Compatible Regular Expression Library - development files

This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New packages should use the newer pcre2 packages, and existing packages should migrate to pcre2. This package contains the development files, including headers, static libraries, and documentation.

mingw32-pcre

MinGW Windows pcre library

mingw64-pcre

MinGW Windows pcre library

pcre

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.