# Installer perl avec Homebrew, apk, apt, dnf, Nix, pacman, zypper, scoop

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

## installation

```sh
sudo av install brew:perl
```

## Réponse sur la sécurité des agents

perl runs scripts and package workflows that may sit near credentials.

- **Accès aux identifiants:** Reads environment variables, config files, and script inputs.
- **Modification distante:** Can run arbitrary automation that calls APIs or changes files.
- **Risque de publication ou d'artéfact:** Can build or publish CPAN-style artifacts through related tooling.
- **Contrôle recommandé:** Gate script execution when secrets or network mutation are involved.
- **Conseils d'utilisation par les agents:** Allow local lint/test scripts; require approval for secret-backed or publishing scripts.

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install perl
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add perl
```

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

- Debian apt (92%):

```sh
sudo apt install perl
```

  Preuve: Debian stable package indexes: perl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install perl
```

  Preuve: Fedora Rawhide package metadata: perl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#perl
```

  Preuve: nixpkgs package indexes: perl from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S perl
```

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

- zypper (92%):

```sh
sudo zypper install perl
```

  Preuve: openSUSE Tumbleweed package metadata: perl from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/perl
```

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

## Faits du paquet

- **Clé du paquet:** brew:perl
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/perl>
- **Version:** 5.42.2
- **Résumé source:** Highly capable, feature-rich programming language
- **Page d'accueil:** <https://www.perl.org/>
- **Dépôt:** <https://github.com/perl/perl5>
- **Docs amont:** <https://www.perl.org/>
- **Licence:** Artistic-1.0-Perl OR GPL-1.0-or-later
- **Archive source:** <https://www.cpan.org/src/5.0/perl-5.42.2.tar.xz>
- **Dernière mise à jour:** 2026-07-17T11:04:23-04:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- corelist (cli)
- cpan (cli)
- enc2xs (cli)
- encguess (cli)
- h2ph (cli)
- h2xs (cli)
- instmodsh (cli)
- json_pp (cli)
- libnetcfg (cli)
- perl (cli)
- perl5.42.2 (cli)
- perlbug (cli)
- perldoc (cli)
- perlivp (cli)
- perlthanks (cli)
- piconv (cli)
- pl2pm (cli)
- pod2html (cli)
- pod2man (cli)
- pod2text (cli)
- pod2usage (cli)
- podchecker (cli)
- prove (cli)
- ptar (cli)
- ptardiff (cli)
- ptargrep (cli)
- shasum (cli)
- splain (cli)
- streamzip (cli)
- xsubpp (cli)
- zipdetails (cli)
- corelist (alias)
- cpan (alias)
- enc2xs (alias)
- encguess (alias)
- h2ph (alias)
- h2xs (alias)
- instmodsh (alias)
- json_pp (alias)
- libnetcfg (alias)
- perl (alias)
- perl5.42.2 (alias)
- perlbug (alias)
- perldoc (alias)
- perlivp (alias)
- perlthanks (alias)
- piconv (alias)
- pl2pm (alias)
- pod2html (alias)
- pod2man (alias)
- pod2text (alias)
- pod2usage (alias)
- podchecker (alias)
- prove (alias)
- ptar (alias)
- ptardiff (alias)
- ptargrep (alias)
- shasum (alias)
- splain (alias)
- streamzip (alias)
- xsubpp (alias)
- zipdetails (alias)

## Dépendances

- gdbm

## Bibliothèques fournies par macOS

- libxcrypt

## Comportement d'installation

- hook post-installation: non défini
- Précautions: By default non-brewed cpan modules are installed to the Cellar. If you wish for your modules to persist across updates we recommend using `local::lib`. You can set that up like this: PERL_MM_OPT="INSTALL_BASE=$HOME/perl5" cpan local::lib And add the following to your shell profile e.g. ~/.profile or ~/.zshrc eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib=$HOME/perl5)"
- 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: 5.42.2
- gestionnaire mis à jour: 2026-07-17
- données locales: OK
- dépôt amont: https://www.perl.org/
- info: Release/tag comparison is only available for GitHub repositories.

## Notes de sécurité

broad file, network, media, or database tool signal. generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- broad file, network, media, or database tool signal
- generalized runtime or code generation signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.cpan/CPAN/MyConfig.pm, ~/.cpan/CPAN/Config.pm, ~/.cpan/CPAN/Config_local.pm

## Credential files

- Unix: ~/.cpan/CPAN/MyConfig.pm, ~/.cpan/CPAN/Config.pm, ~/.cpan/CPAN/Config_local.pm
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** perl
- **Aliases:** perl@5.42
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - libperl-dev - 5.40.1-6: normalized package name match | Debian stable package indexes: libperl-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Perl library: development files | https://dev.perl.org/perl5/
- Debian apt - libperl5.40 - 5.40.1-6: normalized package name match | Debian stable package indexes: libperl5.40 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | shared Perl library | https://dev.perl.org/perl5/
- Debian apt - perl - 5.40.1-6: normalized package name match | Debian stable package indexes: perl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Larry Wall's Practical Extraction and Report Language | https://dev.perl.org/perl5/
- Debian apt - perl-base - 5.40.1-6: normalized package name match | Debian stable package indexes: perl-base from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | minimal Perl system | https://dev.perl.org/perl5/
- Debian apt - perl-debug - 5.40.1-6: normalized package name match | Debian stable package indexes: perl-debug from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | debug-enabled Perl interpreter | https://dev.perl.org/perl5/
- Debian apt - perl-doc - 5.40.1-6: normalized package name match | Debian stable package indexes: perl-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Perl documentation | https://dev.perl.org/perl5/
- Debian apt - perl-modules-5.40 - 5.40.1-6: normalized package name match | Debian stable package indexes: perl-modules-5.40 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Core Perl modules | https://dev.perl.org/perl5/
- Nix - perl: normalized package name match | nixpkgs package indexes: perl from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - libperl-dev - 5.38.2-3.2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libperl-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Perl library: development files | http://dev.perl.org/perl5/
- Ubuntu apt - libperl5.38t64 - 5.38.2-3.2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libperl5.38t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | shared Perl library | http://dev.perl.org/perl5/
- Ubuntu apt - perl - 5.38.2-3.2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: perl from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Larry Wall's Practical Extraction and Report Language | http://dev.perl.org/perl5/
- Ubuntu apt - perl-base - 5.38.2-3.2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: perl-base from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | minimal Perl system | http://dev.perl.org/perl5/
- Ubuntu apt - perl-debug - 5.38.2-3.2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: perl-debug from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | debug-enabled Perl interpreter | http://dev.perl.org/perl5/
- Ubuntu apt - perl-doc - 5.38.2-3.2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: perl-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Perl documentation | http://dev.perl.org/perl5/
- Ubuntu apt - perl-modules-5.38 - 5.38.2-3.2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: perl-modules-5.38 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Core Perl modules | http://dev.perl.org/perl5/
- apk - miniperl - 5.42.2-r0: normalized package name match | Alpine Linux edge package indexes: miniperl from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Larry Wall's Practical Extraction and Report Language | https://www.perl.org/


## Liens liés

- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [gdbm](https://pkg.so/fr/brew/gdbm/) - Runtime dependency declared by Homebrew.
- [texlive](https://pkg.so/fr/brew/texlive/) - Popular package that depends on this formula.
- [dpkg](https://pkg.so/fr/brew/dpkg/) - Popular package that depends on this formula.
- [latexindent](https://pkg.so/fr/brew/latexindent/) - Popular package that depends on this formula.
- [irssi](https://pkg.so/fr/brew/irssi/) - Popular package that depends on this formula.
- [cpm](https://pkg.so/fr/brew/cpm/) - Popular package that depends on this formula.
- [lanraragi](https://pkg.so/fr/brew/lanraragi/) - Popular package that depends on this formula.
- [apt](https://pkg.so/fr/brew/apt/) - Popular package that depends on this formula.
- [php](https://pkg.so/fr/brew/php/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, runtime, scripting.
- [ruby](https://pkg.so/fr/brew/ruby/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, scripting.
- [lua](https://pkg.so/fr/brew/lua/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, scripting.
- [minimal-racket](https://pkg.so/fr/brew/minimal-racket/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, runtime.
- [luau](https://pkg.so/fr/brew/luau/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, scripting.
- [ryelang](https://pkg.so/fr/brew/ryelang/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, scripting.
- [nu](https://pkg.so/fr/brew/nu/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, scripting.
- [picat](https://pkg.so/fr/brew/picat/) - Shares pkgdb curated category or tags: cli, language-runtime, programming-language, scripting.
- [arturo](https://pkg.so/fr/brew/arturo/) - Local package facts share a topical domain. Shared terms: cli, language, language-runtime, programming, programming-language.

## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
- curated agent safety answer
