# Installer pcre avec Homebrew, apk, MacPorts, Nix, pacman, apt, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de pcre pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:pcre
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install pcre
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install pcre
```

  Preuve: MacPorts ports tree: devel/pcre/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add pcre
```

  Preuve: Alpine Linux edge package indexes: pcre from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#pcre
```

  Preuve: nixpkgs package indexes: pkgs/by-name/pc/pcre/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S pcre
```

  Preuve: Arch Linux sync databases: pcre from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz

- Ubuntu apt (92%):

```sh
sudo apt install pcregrep
```

  Preuve: Ubuntu 24.04 LTS package indexes: pcregrep from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

### Windows

- Scoop (92%):

```sh
scoop install main/pcregrep
```

  Preuve: Scoop official bucket manifest trees: bucket/pcregrep.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:pcre
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/pcre>
- **Version:** 8.45
- **Résumé source:** Perl compatible regular expressions library
- **Page d'accueil:** <https://www.pcre.org/>
- **Docs amont:** <https://www.pcre.org/>
- **Licence:** BSD-3-Clause
- **Archive source:** <https://downloads.sourceforge.net/project/pcre/pcre/8.45/pcre-8.45.tar.bz2>
- **Dernière mise à jour:** 2026-07-11T15:23:35+09:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- pcre-config (cli)
- pcregrep (cli)
- pcretest (cli)
- pcre-config (alias)
- pcregrep (alias)
- pcretest (alias)

## Bibliothèques fournies par macOS

- bzip2

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 8.45
- gestionnaire mis à jour: 2026-07-11
- données locales: OK
- dépôt amont: https://www.pcre.org/
- info: Release/tag comparison is only available for GitHub repositories.

## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** pcre
- **Aliases:** pcre1
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Nix - pcre: normalized package name match | nixpkgs package indexes: pkgs/by-name/pc/pcre/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - libpcre16 - 8.45-r4: normalized package name match | Alpine Linux edge package indexes: libpcre16 from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | PCRE with 16 bit character support | https://www.pcre.org/
- apk - libpcre32 - 8.45-r4: normalized package name match | Alpine Linux edge package indexes: libpcre32 from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | PCRE with 32 bit character support | https://www.pcre.org/
- apk - libpcrecpp - 8.45-r4: normalized package name match | Alpine Linux edge package indexes: libpcrecpp from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | C++ bindings for PCRE | https://www.pcre.org/
- apk - pcre - 8.45-r4: normalized package name match | Alpine Linux edge package indexes: pcre from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Perl-compatible regular expression library | https://www.pcre.org/
- apk - pcre-dev - 8.45-r4: normalized package name match | Alpine Linux edge package indexes: pcre-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Perl-compatible regular expression library (development files) | https://www.pcre.org/
- apk - pcre-doc - 8.45-r4: normalized package name match | Alpine Linux edge package indexes: pcre-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Perl-compatible regular expression library (documentation) | https://www.pcre.org/
- apk - pcre-static - 8.45-r4: normalized package name match | Alpine Linux edge package indexes: pcre-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Perl-compatible regular expression library (static library) | https://www.pcre.org/
- apk - pcre-tools - 8.45-r4: normalized package name match | Alpine Linux edge package indexes: pcre-tools from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Auxiliary utilities for PCRE | https://www.pcre.org/
- pacman - pcre - 8.45-4: normalized package name match | Arch Linux sync databases: pcre from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz | A deprecated library that implements Perl 5-style regular expressions | https://www.pcre.org/
- MacPorts - pcre: normalized package name match | MacPorts ports tree: devel/pcre/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Ubuntu apt - pcregrep - 2:8.39-15build1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: pcregrep from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | grep utility that uses perl 5 compatible regexes.
- Scoop - main/pcregrep: installed executable or alias match | Scoop official bucket manifest trees: bucket/pcregrep.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [comby](https://pkg.so/fr/brew/comby/) - Popular package that depends on this formula.
- [grok](https://pkg.so/fr/brew/grok/) - Popular package that depends on this formula.
- [nu](https://pkg.so/fr/brew/nu/) - Popular package that depends on this formula.
- [trafficserver](https://pkg.so/fr/brew/trafficserver/) - Popular package that depends on this formula.
- [harbour](https://pkg.so/fr/brew/harbour/) - Popular package that depends on this formula.
- [fourstore](https://pkg.so/fr/brew/fourstore/) - Popular package that depends on this formula.
- [httpflow](https://pkg.so/fr/brew/httpflow/) - Popular package that depends on this formula.
- [vimpc](https://pkg.so/fr/brew/vimpc/) - Popular package that depends on this formula.
- [pcre2](https://pkg.so/fr/brew/pcre2/) - Package name indicates the same formula family.
- [oniguruma](https://pkg.so/fr/brew/oniguruma/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools, libraries, regular-expressions.
- [onigmo](https://pkg.so/fr/brew/onigmo/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools, libraries, regular-expressions.
- [ncurses](https://pkg.so/fr/brew/ncurses/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools, libraries.
- [expat](https://pkg.so/fr/brew/expat/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools, libraries.
- [libevent](https://pkg.so/fr/brew/libevent/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools, libraries.
- [libxml2](https://pkg.so/fr/brew/libxml2/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools, libraries.
- [libxslt](https://pkg.so/fr/brew/libxslt/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools, libraries.

## Combined YAML source

View the package source record on GitHub. [combined/pcre.yml](https://github.com/mxcl/pkgdb/blob/main/combined/pcre.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
