# auditwheel mit Homebrew, dnf, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für auditwheel in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:auditwheel
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install auditwheel
```

  Evidenz: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install auditwheel
```

  Evidenz: Fedora Rawhide package metadata: auditwheel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#auditwheel
```

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

## Paketfakten

- **Paketschlüssel:** brew:auditwheel
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/auditwheel>
- **Version:** 6.7.0
- **Quellzusammenfassung:** Auditing and relabeling cross-distribution Linux wheels
- **Homepage:** <https://github.com/pypa/auditwheel>
- **Repository:** <https://github.com/pypa/auditwheel>
- **Upstream-Dokumentation:** <https://github.com/pypa/auditwheel#readme>
- **Lizenz:** MIT
- **Quellarchiv:** <https://files.pythonhosted.org/packages/f6/4d/2684ff85bbc51d2acfe9d6184aea70e4f6a50d8de2de6cb41a23e501e4ef/auditwheel-6.7.0.tar.gz>
- **Zuletzt aktualisiert:** 2026-05-27T07:04:02Z
- **Generiert:** 2026-07-08T07:18:31+00:00

## Executables

- auditwheel (cli)
- auditwheel (Alias)

## Abhängigkeiten

- python@3.14

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf all

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 6.7.0
- Manager aktualisiert: 2026-05-27
- lokale Daten: OK
- Upstream-Repository: https://github.com/pypa/auditwheel
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

auditwheel is a PyPA command-line tool for auditing and repairing Linux and Android Python wheels so they comply with manylinux and related binary compatibility policies. It is one of the small tools that turned Python binary distribution on Linux from a packaging argument into a repeatable release step.

### Projektgeschichte

The auditwheel GitHub repository was created in January 2016, and PyPI records the first 1.0.0 upload on 2016-01-21. The README describes it as a tool for auditing and relabeling Linux and Android wheels.

PEP 513, the manylinux1 proposal, explicitly introduced auditwheel as a command-line executable able to inspect wheel dependencies and automatically copy external shared libraries into wheels, update RPATH, and add suitable platform tags. Later policy work, especially PEP 600, kept auditwheel as the practical implementation guide while avoiding making it the normative definition of manylinux itself.

### Adoptionsgeschichte

auditwheel became part of the expected PyPI release workflow for projects shipping compiled extensions on Linux: build in a manylinux container, run auditwheel show to inspect shared-library dependencies, then run auditwheel repair to vendor allowed libraries and retag the wheel. The PyPA packaging guide lists auditwheel across manylinux standards, and the supplied package facts show Homebrew, Fedora, and Nix packaging.

### Wie es verwendet wird

The README documents two main commands. auditwheel show reports external shared libraries and symbol-version compatibility against manylinux policies. auditwheel repair copies required external libraries into the wheel, rewrites RPATH entries, and emits a repaired wheel with manylinux tags.

### Warum Paket-Nerds sich dafür interessieren

auditwheel is package-nerd core infrastructure because it encodes the uncomfortable boundary between Python packaging metadata, ELF linking, glibc symbol versions, containerized build images, and PyPI installer compatibility. It is the tool maintainers reach for when a wheel works on the build host but needs to work across Linux distributions.

### Zeitleiste

- 2016: auditwheel repository was created and 1.0.0 was uploaded to PyPI.
- 2016: PEP 513 approved manylinux1 and described auditwheel as the repair/audit tool.
- 2018: manylinux2010 was approved through PEP 571.
- 2019: manylinux2014 was approved through PEP 599.
- 2019: PEP 600 approved perennial manylinux_x_y tags.
- 2021: musllinux tags were approved through PEP 656 and later supported in the same ecosystem.

### Related projects

- auditwheel is closely tied to PyPA's manylinux container images, pip's platform tag compatibility logic, wheel metadata, patchelf, PEP 513, PEP 571, PEP 599, PEP 600, and the packaging.python.org platform compatibility tag specification.

### Quellen

- <https://api.github.com/repos/pypa/auditwheel>
- <https://github.com/pypa/auditwheel#readme>
- <https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/>
- <https://peps.python.org/pep-0513/>
- <https://peps.python.org/pep-0600/>
- <https://pypi.org/pypi/auditwheel/json>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

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

## Andere Paketmanager-Einträge

- Nix - auditwheel: normalized package name match | nixpkgs package indexes: auditwheel from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- dnf - auditwheel - 6.7.0-2.fc45: normalized package name match | Fedora Rawhide package metadata: auditwheel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Cross-distribution Linux wheels auditing and relabeling | https://github.com/pypa/auditwheel


## Verwandte Links

- [Source-control packages](https://www.automicvault.com/de/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Package publisher tools](https://www.automicvault.com/de/pkg/package-publishers/) - Belongs to a package publishing or registry command family.
- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/de/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [python@3.14](https://www.automicvault.com/de/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [abi3audit](https://www.automicvault.com/de/pkg/brew/abi3audit/) - Shares av.db curated category or tags: cli, developer-tools, packaging, python, wheels.
- [flit](https://www.automicvault.com/de/pkg/brew/flit/) - Shares av.db curated category or tags: cli, developer-tools, packaging, python.
- [grayskull](https://www.automicvault.com/de/pkg/brew/grayskull/) - Shares av.db curated category or tags: cli, developer-tools, packaging, python.
- [hatch](https://www.automicvault.com/de/pkg/brew/hatch/) - Shares av.db curated category or tags: cli, developer-tools, packaging, python.
- [maturin](https://www.automicvault.com/de/pkg/brew/maturin/) - Shares av.db curated category or tags: cli, developer-tools, packaging, python.
- [nuitka](https://www.automicvault.com/de/pkg/brew/nuitka/) - Shares av.db curated category or tags: cli, developer-tools, packaging, python.
- [nvchecker](https://www.automicvault.com/de/pkg/brew/nvchecker/) - Shares av.db curated category or tags: cli, developer-tools, packaging, python.
- [pdm](https://www.automicvault.com/de/pkg/brew/pdm/) - Shares av.db curated category or tags: cli, developer-tools, packaging, python.

## Combined YAML source

View the package source record on GitHub. [combined/auditwheel.yml](https://github.com/automic-vault/db/blob/main/combined/auditwheel.yml)


## Quellen

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
