# 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
- **Version:** 8.45
- **Résumé source:** Perl compatible regular expressions library
- **Page d'accueil:** <https://www.pcre.org/>
- **Dernière mise à jour:** 2026-07-11T15:23:35+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

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

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 8.45

## Notes de sécurité

library-like package without higher-risk signals.

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

## 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


## 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
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
