# 使用 Homebrew, dnf, Nix 安装 auditwheel

查看 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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-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
- **软件包管理器页面:** <https://formulae.brew.sh/formula/auditwheel>
- **版本:** 6.7.0
- **来源摘要:** Auditing and relabeling cross-distribution Linux wheels
- **主页:** <https://github.com/pypa/auditwheel>
- **仓库:** <https://github.com/pypa/auditwheel>
- **上游文档:** <https://github.com/pypa/auditwheel#readme>
- **许可证:** MIT
- **源码归档:** <https://files.pythonhosted.org/packages/f6/4d/2684ff85bbc51d2acfe9d6184aea70e4f6a50d8de2de6cb41a23e501e4ef/auditwheel-6.7.0.tar.gz>
- **最后更新:** 2026-05-27T07:04:02Z
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- auditwheel (cli)
- auditwheel (别名)

## 依赖

- python@3.14

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 all

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 6.7.0
- 管理器更新时间: 2026-05-27
- 本地数据: OK
- 上游仓库: https://github.com/pypa/auditwheel
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

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

## 源数据库详情

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

## 其他软件包管理器记录

- 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


## 相关链接

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


## 来源

- 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
