# libabigail を Homebrew, apk, apt, dnf, Nix, pacman, zypper でインストール

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

## インストール

```sh
sudo av install brew:libabigail
```

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

### macOS

- Homebrew (100%):

```sh
brew install libabigail
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add libabigail
```

  証拠: Alpine Linux edge package indexes: libabigail from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install abigail-doc
```

  証拠: Debian stable package indexes: abigail-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install libabigail
```

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

  証拠: nixpkgs package indexes: pkgs/by-name/li/libabigail/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S libabigail
```

  証拠: Arch Linux sync databases: libabigail from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install libabigail-devel
```

  証拠: openSUSE Tumbleweed package metadata: libabigail-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:libabigail
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/libabigail>
- **バージョン:** 2.10
- **ソース概要:** ABI Generic Analysis and Instrumentation Library
- **ホームページ:** <https://sourceware.org/libabigail/>
- **リポジトリ:** <https://sourceware.org/git/libabigail.git>
- **上流ドキュメント:** <https://sourceware.org/libabigail>
- **ライセンス:** Apache-2.0 WITH LLVM-exception
- **ソースアーカイブ:** <https://mirrors.kernel.org/sourceware/libabigail/libabigail-2.10.tar.xz>
- **最終更新:** 2026-04-30T15:43:24Z
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- abicompat (cli)
- abidiff (cli)
- abidw (cli)
- abilint (cli)
- abipkgdiff (cli)
- kmidiff (cli)
- abicompat (エイリアス)
- abidiff (エイリアス)
- abidw (エイリアス)
- abilint (エイリアス)
- abipkgdiff (エイリアス)
- kmidiff (エイリアス)

## 依存関係

- elfutils
- libxml2
- xxhash
- xz

## ビルド依存関係

- pkgconf

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 2.10
- マネージャ更新日: 2026-04-30
- ローカルデータ: OK
- 上流リポジトリ: https://sourceware.org/libabigail/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

libabigail, the ABI Generic Analysis and Instrumentation Library, is a Sourceware project for building, serializing, comparing, and reporting on ABI corpora. Its command-line tools make ABI compatibility checks scriptable for C and C++ shared-library ecosystems.

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

The project grew around the idea that ABI-relevant artifacts - types, variables, functions, declarations, and their binary/debug-information representations - should be modeled explicitly and compared mechanically. Sourceware hosts the project page, Git repository, mailing list, bug tracker, tarballs, and generated manuals.

### 採用の歴史

libabigail became important in distribution and platform engineering because ABI breaks are expensive when shared libraries are consumed by many separately built packages. Red Hat engineering articles describe it as a tool for long-term ABI maintenance, and Android carried an external libabigail tree for ABI-related tooling before replacing that tree with a tombstone in 2024.

### 使われ方

The package exposes tools such as abidiff, abidw, abicompat, abipkgdiff, abilint, and kmidiff. They are used to compare binaries, inspect ABI XML, compare packages, and check kernel module interface differences.

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

For package maintainers, libabigail is one of the canonical tools for turning ABI compatibility from tribal knowledge into CI output. It matters when sonames, distro updates, and rebuild policies meet real binary compatibility.

### タイムライン

- 2010s: libabigail developed on Sourceware as a library and tool suite for ABI corpus analysis.
- 2018: Red Hat documented major work across libabigail 1.2, 1.3, 1.4, and 1.5.
- 2024-05-20: Red Hat described libabigail-based ABI compatibility testing workflows for binaries across distributions and versions.

### Related projects

- Related projects include elfutils, DWARF tooling, Linux distribution package QA, Android ABI tooling, and CI systems that gate shared-library compatibility.

### ソース

- <https://developers.redhat.com/articles/2024/05/20/application-binary-interface-compatibility-testing-libabigail>
- <https://developers.redhat.com/blog/2019/03/06/changes-made-to-the-libabigail-abi-change-analysis-framework-in-2018>
- <https://sourceware.org/libabigail>
- <https://sourceware.org/libabigail/manual>
- <https://sourceware.org/libabigail/manual/libabigail-tools.html>


## セキュリティノート

library-like package without higher-risk signals.

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

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libabigail
- **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 - abigail-doc - 2.6-2: normalized package name match | Debian stable package indexes: abigail-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | ABI Generic Analysis and Instrumentation Library (documentation) | https://sourceware.org/libabigail/
- Debian apt - abigail-tools - 2.6-2: normalized package name match | Debian stable package indexes: abigail-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | ABI Generic Analysis and Instrumentation Library (tools) | https://sourceware.org/libabigail/
- Debian apt - libabigail-dev - 2.6-2: normalized package name match | Debian stable package indexes: libabigail-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | ABI Generic Analysis and Instrumentation Library (development files) | https://sourceware.org/libabigail/
- Debian apt - libabigail5 - 2.6-2: normalized package name match | Debian stable package indexes: libabigail5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | ABI Generic Analysis and Instrumentation Library (runtime) | https://sourceware.org/libabigail/
- Nix - libabigail: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libabigail/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - abigail-doc - 2.4-3build1: normalized package name match | Ubuntu 24.04 LTS package indexes: abigail-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | ABI Generic Analysis and Instrumentation Library (documentation) | https://sourceware.org/libabigail/
- Ubuntu apt - abigail-tools - 2.4-3build1: normalized package name match | Ubuntu 24.04 LTS package indexes: abigail-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | ABI Generic Analysis and Instrumentation Library (tools) | https://sourceware.org/libabigail/
- Ubuntu apt - libabigail-dev - 2.4-3build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libabigail-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | ABI Generic Analysis and Instrumentation Library (development files) | https://sourceware.org/libabigail/
- Ubuntu apt - libabigail0t64 - 2.4-3build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libabigail0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | ABI Generic Analysis and Instrumentation Library (runtime) | https://sourceware.org/libabigail/
- apk - libabigail - 2.8-r0: normalized package name match | Alpine Linux edge package indexes: libabigail from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | The ABI Generic Analysis and Instrumentation Library | https://sourceware.org/libabigail/
- apk - libabigail-bash-completion - 2.8-r0: normalized package name match | Alpine Linux edge package indexes: libabigail-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for libabigail | https://sourceware.org/libabigail/
- apk - libabigail-dev - 2.8-r0: normalized package name match | Alpine Linux edge package indexes: libabigail-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | The ABI Generic Analysis and Instrumentation Library (development files) | https://sourceware.org/libabigail/
- apk - libabigail-doc - 2.8-r0: normalized package name match | Alpine Linux edge package indexes: libabigail-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | The ABI Generic Analysis and Instrumentation Library (documentation) | https://sourceware.org/libabigail/
- apk - libabigail-tools - 2.8-r0: normalized package name match | Alpine Linux edge package indexes: libabigail-tools from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | The ABI Generic Analysis and Instrumentation Library (CLI tools) | https://sourceware.org/libabigail/
- dnf - libabigail - 2.9-2.fc44: normalized package name match | Fedora Rawhide package metadata: libabigail from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Set of ABI analysis tools | https://sourceware.org/libabigail/
- dnf - libabigail-devel - 2.9-2.fc44: normalized package name match | Fedora Rawhide package metadata: libabigail-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Shared library and header files to write ABI analysis tools | https://sourceware.org/libabigail/


## 関連リンク

- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [elfutils](https://www.automicvault.com/ja/pkg/brew/elfutils/) - Runtime dependency declared by Homebrew.
- [libxml2](https://www.automicvault.com/ja/pkg/brew/libxml2/) - Runtime dependency declared by Homebrew.
- [xxhash](https://www.automicvault.com/ja/pkg/brew/xxhash/) - Runtime dependency declared by Homebrew.
- [xz](https://www.automicvault.com/ja/pkg/brew/xz/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/ja/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [abi-dumper](https://www.automicvault.com/ja/pkg/brew/abi-dumper/) - Shares av.db curated category or tags: abi, binary-analysis, cli, developer-tools, elf.
- [dwarf](https://www.automicvault.com/ja/pkg/brew/dwarf/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools, elf.
- [vtable-dumper](https://www.automicvault.com/ja/pkg/brew/vtable-dumper/) - Shares av.db curated category or tags: abi, binary-analysis, cli, developer-tools.
- [go-size-analyzer](https://www.automicvault.com/ja/pkg/brew/go-size-analyzer/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [readpe](https://www.automicvault.com/ja/pkg/brew/readpe/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [swift-section](https://www.automicvault.com/ja/pkg/brew/swift-section/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [binsider](https://www.automicvault.com/ja/pkg/brew/binsider/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools, elf.

## Combined YAML source

View the package source record on GitHub. [combined/libabigail.yml](https://github.com/automic-vault/db/blob/main/combined/libabigail.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
