Pcregrep Installation On A Debian, Ubuntu, Arch, Kali, CentOS, Fedora And Raspbian

Pcregrep Installation On A Debian, Ubuntu, Arch, Kali, CentOS, Fedora And Raspbian

pcregrep

grep utility that uses perl 5 compatible regexes.

Maintainer: Matthew Vernon


Section: utils

Install pcregrep

  • Debian apt-get install pcregrep Click to copy
  • Ubuntu apt-get install pcregrep Click to copy
  • Arch Linux pacman -S pcregrep Click to copy
  • Kali Linux apt-get install pcregrep Click to copy
  • CentOS yum install pcregrep Click to copy
  • Fedora dnf install pcregrep Click to copy
  • Raspbian apt-get install pcregrep Click to copy

pcregrep

grep utility that uses perl 5 compatible regexes.

Perl-style regexps have many useful features that the standard POSIX ones don't; this is basically the same as grep but with the different regexp syntax. The other reason for the existence of pcregrep is that its source code is an example of programming with libpcre.

pcre-tools

Auxiliary utilities for pcre

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.

To install the latest version of pcregrep in your favorite operating system just copy the pcregrep installation command from above and paste it into terminal. It will download and install the latest version of pcregrep 2024 package in your OS.