# 使用 Homebrew, apk, apt, dnf, Nix, pacman, zypper 安装 abi-dumper

查看 abi-dumper 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:abi-dumper
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install abi-dumper
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add abi-dumper
```

  证据: Alpine Linux edge package indexes: abi-dumper from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install abi-dumper
```

  证据: Debian stable package indexes: abi-dumper from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install abi-dumper
```

  证据: Fedora Rawhide package metadata: abi-dumper 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#abi-dumper
```

  证据: nixpkgs package indexes: pkgs/by-name/ab/abi-dumper/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S abi-dumper
```

  证据: Arch Linux sync databases: abi-dumper from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install abi-dumper
```

  证据: openSUSE Tumbleweed package metadata: abi-dumper from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:abi-dumper
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/abi-dumper>
- **版本:** 1.4
- **来源摘要:** Dump ABI of an ELF object containing DWARF debug info
- **主页:** <https://github.com/lvc/abi-dumper>
- **仓库:** <https://github.com/lvc/abi-dumper>
- **许可证:** LGPL-2.1-or-later
- **源码归档:** <https://github.com/lvc/abi-dumper/archive/refs/tags/1.4.tar.gz>
- **最后更新:** 2026-06-05T23:09:01Z
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- abi-dumper (cli)
- abi-dumper (别名)

## 依赖

- elfutils
- perl
- universal-ctags
- vtable-dumper

## 安装行为

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

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 1.4
- 管理器更新时间: 2026-06-05
- 本地数据: OK
- 上游仓库: https://github.com/lvc/abi-dumper
- 检测到的最新版本: 1.4 (当前)
## 项目历史与用法

ABI Dumper is a developer tool that extracts ABI information from ELF objects with DWARF debug data. Its output is intended for ABI Compliance Checker, allowing maintainers to compare C/C++ library or kernel-module ABI changes across builds.

### 项目历史

The official README identifies Andrey Ponomarenko as the developer and describes ABI Dumper as part of the ABI tracking workflow around ABI Compliance Checker. The GitHub repository was created in 2013 and its tag history runs from 0.95 through 1.4.

### 采用历史

ABI Dumper has been packaged broadly in Linux and Unix-like package managers. The input package-manager facts list Alpine, Homebrew, Debian, Fedora, Nix, Arch, Ubuntu, and openSUSE, reflecting its use by distribution maintainers and library developers who care about ABI stability.

### 使用方式

Users compile objects with debug information, run abi-dumper on a shared library or kernel module to produce an ABI dump, and then compare old and new dumps with abi-compliance-checker. The README documents dependencies on Perl, elfutils, GNU binutils, universal ctags, vtable-dumper, ABI Compliance Checker, and GCC C++.

### 为什么软件包爱好者会关心

ABI Dumper is package-nerd significant because ABI breakage is a central maintenance problem for binary distributions. It gives packagers and upstream library maintainers a reproducible artifact for compatibility checks rather than relying only on source-level API review.

### 时间线

- 2013: GitHub repository created.
- 2013: Earliest current GitHub tag is 0.95.
- 2010s: The tool becomes part of the ABI Compliance Checker ecosystem.
- 2025: GitHub repository metadata shows continued activity.
- Current: Latest listed GitHub tag is 1.4.

### Related projects

- Related projects include ABI Compliance Checker, vtable-dumper, universal-ctags, elfutils, GNU binutils, and C/C++ shared-library packaging workflows.

### 来源

- Official README, GitHub repository metadata, GitHub tag metadata, and source_facts.package-manager.


## 安全说明

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:** abi-dumper
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Requirements:** linux
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Debian apt - abi-dumper - 1.4-1: normalized package name match | Debian stable package indexes: abi-dumper from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tool to dump ABI of an ELF object containing DWARF debug info | https://github.com/lvc/abi-dumper
- Nix - abi-dumper: normalized package name match | nixpkgs package indexes: pkgs/by-name/ab/abi-dumper/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - abi-dumper - 1.2-3: normalized package name match | Ubuntu 24.04 LTS package indexes: abi-dumper from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | tool to dump ABI of an ELF object containing DWARF debug info | https://github.com/lvc/abi-dumper
- apk - abi-dumper - 1.4-r3: normalized package name match | Alpine Linux edge package indexes: abi-dumper from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Dump ABI of an ELF object containing DWARF debug info | https://github.com/lvc/abi-dumper
- dnf - abi-dumper - 1.4-6.fc45: normalized package name match | Fedora Rawhide package metadata: abi-dumper from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Tool to dump ABI of an ELF object containing DWARF debug info | http://github.com/lvc/abi-dumper/
- pacman - abi-dumper - 1.4-2: normalized package name match | Arch Linux sync databases: abi-dumper from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Dump ABI of an ELF object containing DWARF debug info | https://github.com/lvc/abi-dumper
- zypper - abi-dumper - 1.4-1.4: normalized package name match | openSUSE Tumbleweed package metadata: abi-dumper from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Tool to dump ABI of an ELF object containing DWARF debug info | https://github.com/lvc/abi-dumper


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [perl](https://pkg.so/zh-hans/brew/perl/) - Runtime dependency declared by Homebrew.
- [elfutils](https://pkg.so/zh-hans/brew/elfutils/) - Runtime dependency declared by Homebrew.
- [universal-ctags](https://pkg.so/zh-hans/brew/universal-ctags/) - Runtime dependency declared by Homebrew.
- [vtable-dumper](https://pkg.so/zh-hans/brew/vtable-dumper/) - Runtime dependency declared by Homebrew.
- [libabigail](https://pkg.so/zh-hans/brew/libabigail/) - Shares pkgdb curated category or tags: abi, binary-analysis, cli, developer-tools, elf.
- [binsider](https://pkg.so/zh-hans/brew/binsider/) - Shares pkgdb curated category or tags: binary-analysis, cli, developer-tools, elf.
- [dwarf](https://pkg.so/zh-hans/brew/dwarf/) - Shares pkgdb curated category or tags: binary-analysis, cli, developer-tools, elf.
- [readpe](https://pkg.so/zh-hans/brew/readpe/) - Shares pkgdb curated category or tags: binary-analysis, cli, developer-tools.
- [bingrep](https://pkg.so/zh-hans/brew/bingrep/) - Shares pkgdb curated category or tags: binary-analysis, cli, developer-tools.
- [swift-section](https://pkg.so/zh-hans/brew/swift-section/) - Shares pkgdb curated category or tags: binary-analysis, cli, developer-tools.
- [gperf](https://pkg.so/zh-hans/brew/gperf/) - Shares pkgdb curated category or tags: c, cli, cpp, developer-tools.

## Combined YAML source

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


## 来源

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