# auditwheel を Homebrew, dnf, Nix でインストール

auditwheel のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install auditwheel
```

  証拠: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install auditwheel
```

  証拠: Fedora Rawhide package metadata: auditwheel 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#auditwheel
```

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

## パッケージ情報

- **パッケージキー:** brew:auditwheel
- **パッケージマネージャ:** Homebrew
- **バージョン:** 6.7.0
- **ソース概要:** Auditing and relabeling cross-distribution Linux wheels
- **ホームページ:** <https://github.com/pypa/auditwheel>
- **最終更新:** 2026-05-27T07:04:02Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- auditwheel (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 6.7.0
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- 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-3.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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Cross-distribution Linux wheels auditing and relabeling | https://github.com/pypa/auditwheel


## Combined YAML source

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


## ソース

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