# Installer patchelf avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

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

## installation

```sh
sudo av install brew:patchelf
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install patchelf
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install patchelf
```

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

### Linux

- apk (92%):

```sh
sudo apk add patchelf
```

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

- Debian apt (92%):

```sh
sudo apt install patchelf
```

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

- dnf (92%):

```sh
sudo dnf install patchelf
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#patchelf
```

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

- pacman (92%):

```sh
sudo pacman -S patchelf
```

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

- zypper (92%):

```sh
sudo zypper install patchelf
```

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

## Faits du paquet

- **Clé du paquet:** brew:patchelf
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.19.1
- **Résumé source:** Modify dynamic ELF executables
- **Page d'accueil:** <https://github.com/NixOS/patchelf>
- **Dépôt:** <https://github.com/NixOS/patchelf>
- **Dernière mise à jour:** 2026-07-07T02:28:20Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- patchelf (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - patchelf - 0.18.0-1.4: normalized package name match | Debian stable package indexes: patchelf from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | modify properties of ELF executables | https://nixos.org/patchelf.html
- Nix - patchelf: normalized package name match | nixpkgs package indexes: patchelf from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - patchelf - 0.18.0-1.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: patchelf from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | modify properties of ELF executables | https://nixos.org/patchelf.html
- apk - patchelf - 0.18.0-r3: normalized package name match | Alpine Linux edge package indexes: patchelf from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Small utility to modify the dynamic linker and RPATH of ELF executables | https://nixos.org/patchelf.html
- apk - patchelf-doc - 0.18.0-r3: normalized package name match | Alpine Linux edge package indexes: patchelf-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Small utility to modify the dynamic linker and RPATH of ELF executables (documentation) | https://nixos.org/patchelf.html
- apk - patchelf-zsh-completion - 0.18.0-r3: normalized package name match | Alpine Linux edge package indexes: patchelf-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Zsh completions for patchelf | https://nixos.org/patchelf.html
- dnf - patchelf - 0.19.1-2.fc45: normalized package name match | Fedora Rawhide package metadata: patchelf from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A utility for patching ELF binaries | http://nixos.org/patchelf.html
- pacman - patchelf - 0.19.1-1: normalized package name match | Arch Linux sync databases: patchelf from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Small utility to modify the dynamic linker and RPATH of ELF executables | https://nixos.org/patchelf.html
- zypper - patchelf - 0.19.1-1.1: normalized package name match | openSUSE Tumbleweed package metadata: patchelf from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A utility for patching ELF binaries | https://nixos.org/patchelf.html
- MacPorts - patchelf: normalized package name match | MacPorts ports tree: devel/patchelf/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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