# Install elfutils with Homebrew, apk, apt, dnf, Nix, pacman, zypper

Libraries and utilities for handling ELF objects. Version 0.195 via Homebrew; verified 2026-05-15.

## Install

```sh
sudo av install brew:elfutils
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install elfutils
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add debuginfod
```

  Evidence: Alpine Linux edge package indexes: debuginfod from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install debuginfod
```

  Evidence: Debian stable package indexes: debuginfod from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install elfutils
```

  Evidence: Fedora Rawhide package metadata: elfutils 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#elfutils
```

  Evidence: nixpkgs package indexes: pkgs/by-name/el/elfutils/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S elfutils
```

  Evidence: Arch Linux sync databases: elfutils from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz

- zypper (92%):

```sh
sudo zypper install debuginfod-dummy-client
```

  Evidence: openSUSE Tumbleweed package metadata: debuginfod-dummy-client from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:elfutils
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/elfutils>
- **Version:** 0.195
- **Source summary:** Libraries and utilities for handling ELF objects
- **Homepage:** <https://fedorahosted.org/elfutils/>
- **Repository:** <https://sourceware.org/git/elfutils.git>
- **Upstream docs:** <https://sourceware.org/elfutils>
- **License:** GPL-3.0-or-later AND (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GFDL-1.3-no-invariants-or-later
- **Source archive:** <https://sourceware.org/elfutils/ftp/0.195/elfutils-0.195.tar.bz2>
- **Last updated:** 2026-05-15T12:01:54Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- elfutils-addr2line (cli)
- elfutils-ar (cli)
- elfutils-elfclassify (cli)
- elfutils-elfcmp (cli)
- elfutils-elfcompress (cli)
- elfutils-elflint (cli)
- elfutils-findtextrel (cli)
- elfutils-make-debug-archive (cli)
- elfutils-nm (cli)
- elfutils-objdump (cli)
- elfutils-ranlib (cli)
- elfutils-readelf (cli)
- elfutils-size (cli)
- elfutils-srcfiles (cli)
- elfutils-stack (cli)
- elfutils-strings (cli)
- elfutils-strip (cli)
- elfutils-unstrip (cli)
- eu-addr2line (cli)
- eu-ar (cli)
- eu-elfclassify (cli)
- eu-elfcmp (cli)
- eu-elfcompress (cli)
- eu-elflint (cli)
- eu-findtextrel (cli)
- eu-make-debug-archive (cli)
- eu-nm (cli)
- eu-objdump (cli)
- eu-ranlib (cli)
- eu-readelf (cli)
- eu-size (cli)
- eu-srcfiles (cli)
- eu-stack (cli)
- eu-strings (cli)
- eu-strip (cli)
- eu-unstrip (cli)
- elfutils-addr2line (alias)
- elfutils-ar (alias)
- elfutils-elfclassify (alias)
- elfutils-elfcmp (alias)
- elfutils-elfcompress (alias)
- elfutils-elflint (alias)
- elfutils-findtextrel (alias)
- elfutils-make-debug-archive (alias)
- elfutils-nm (alias)
- elfutils-objdump (alias)
- elfutils-ranlib (alias)
- elfutils-readelf (alias)
- elfutils-size (alias)
- elfutils-srcfiles (alias)
- elfutils-stack (alias)
- elfutils-strings (alias)
- elfutils-strip (alias)
- elfutils-unstrip (alias)
- eu-addr2line (alias)
- eu-ar (alias)
- eu-elfclassify (alias)
- eu-elfcmp (alias)
- eu-elfcompress (alias)
- eu-elflint (alias)
- eu-findtextrel (alias)
- eu-make-debug-archive (alias)
- eu-nm (alias)
- eu-objdump (alias)
- eu-ranlib (alias)
- eu-readelf (alias)
- eu-size (alias)
- eu-srcfiles (alias)
- eu-stack (alias)
- eu-strings (alias)
- eu-strip (alias)
- eu-unstrip (alias)

## Dependencies

- bzip2
- xz
- zlib-ng-compat
- zstd

## Build dependencies

- m4
- pkgconf

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.195
- Package-manager updated: 2026-05-15
- Local data: ok
- Upstream repository: https://fedorahosted.org/elfutils/
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

elfutils is a Sourceware-hosted collection of libraries and command-line tools for working with ELF objects and DWARF debug data on GNU/Linux. Its niche is lower-level than a single debugger or compiler: it gives distribution maintainers, toolchain developers, debuggers, profilers, and post-mortem analysis workflows reusable ELF/DWARF libraries plus eu-* inspection utilities.

### Project history

The official project page presents elfutils as a toolkit for reading, creating, and modifying ELF binary files and for finding and handling DWARF debug data, symbols, thread state, stack traces, processes, and core files. Sourceware is the upstream home, with source available from the Sourceware git repository and releases published from the Sourceware elfutils area.

A later important extension is debuginfod, documented by Sourceware and GNU Binutils as an elfutils component. debuginfod turns debug-info lookup into an HTTP service indexed by build IDs, with client libraries that debuggers and binary tools can use when local separate debug files are missing.

### Adoption history

elfutils is adopted most visibly through Linux distribution and toolchain plumbing rather than end-user application workflows. The project page emphasizes GNU/Linux process and core-file support, and the debuginfod documentation shows how other Sourceware tools such as GDB and Binutils can use libdebuginfod to retrieve debug information, executables, and source files on demand.

### How it is used

Typical package usage is command-line inspection and transformation through tools such as eu-readelf, eu-objdump, eu-nm, eu-strip, eu-stack, eu-elflint, and eu-unstrip, or library usage through libelf, libdw, and libdebuginfod. debuginfod usage centers on configuring debug tools to query one or more HTTP servers for artifacts identified by build ID.

### Why package nerds care

Package maintainers care about elfutils because it sits in the boring but critical layer between compiler output, stripped binaries, split debug packages, core dumps, and debugger UX. It is the kind of package whose utilities show up in build logs, debug-symbol pipelines, reproducibility investigations, and distribution debug-info services rather than in application feature lists.

### Timeline

- Sourceware era: Upstream source and releases are hosted under the Sourceware elfutils project.
- 0.178: debuginfod began shipping as part of elfutils, according to GNU Binutils documentation.
- Current use: debuginfod client support lets tools query servers for missing ELF, DWARF, executable, and source artifacts by build ID.

### Related projects

- GNU Binutils overlaps with elfutils at the command-line binary-inspection layer and can be built with libdebuginfod support.
- GDB uses the debuginfod client library to retrieve missing debug resources.
- DWARF and ELF are the core data formats that elfutils reads, writes, validates, and exposes to other tools.

### Sources

- <https://sourceware.org/elfutils/>
- <https://sourceware.org/elfutils/Debuginfod.html>
- <https://sourceware.org/binutils/docs/binutils/debuginfod.html>
- <https://sourceware.org/gdb/current/onlinedocs/gdb.html/Debuginfod.html>


## Security Notes

No matching local secret-handling manifest was found for elfutils. Nucleus package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** elfutils
- **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

## Other Package-Manager Records

- Debian apt - debuginfod - 0.192-4: normalized package name match | Debian stable package indexes: debuginfod from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | debuginfo-related http file-server daemon | https://sourceware.org/elfutils/
- Debian apt - elfutils - 0.192-4: normalized package name match | Debian stable package indexes: elfutils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | collection of utilities to handle ELF objects | https://sourceware.org/elfutils/
- Debian apt - libasm-dev - 0.192-4: normalized package name match | Debian stable package indexes: libasm-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | libasm development libraries and header files | https://sourceware.org/elfutils/
- Debian apt - libasm1t64 - 0.192-4: normalized package name match | Debian stable package indexes: libasm1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library with a programmable assembler interface | https://sourceware.org/elfutils/
- Debian apt - libdebuginfod-common - 0.192-4: normalized package name match | Debian stable package indexes: libdebuginfod-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | configuration to enable the Debian debug info server | https://sourceware.org/elfutils/
- Debian apt - libdebuginfod-dev - 0.192-4: normalized package name match | Debian stable package indexes: libdebuginfod-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | libdebuginfod development libraries and header files | https://sourceware.org/elfutils/
- Debian apt - libdebuginfod1t64 - 0.192-4: normalized package name match | Debian stable package indexes: libdebuginfod1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library to interact with debuginfod (development files) | https://sourceware.org/elfutils/
- Debian apt - libdw-dev - 0.192-4: normalized package name match | Debian stable package indexes: libdw-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | libdw1t64 development libraries and header files | https://sourceware.org/elfutils/
- Debian apt - libdw1t64 - 0.192-4: normalized package name match | Debian stable package indexes: libdw1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library that provides access to the DWARF debug information | https://sourceware.org/elfutils/
- Debian apt - libelf-dev - 0.192-4: normalized package name match | Debian stable package indexes: libelf-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | libelf1t64 development libraries and header files | https://sourceware.org/elfutils/
- Debian apt - libelf1t64 - 0.192-4: normalized package name match | Debian stable package indexes: libelf1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library to read and write ELF files | https://sourceware.org/elfutils/
- Nix - elfutils: normalized package name match | nixpkgs package indexes: pkgs/by-name/el/elfutils/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - debuginfod - 0.190-1.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: debuginfod from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | debuginfo-related http file-server daemon | https://sourceware.org/elfutils/
- Ubuntu apt - elfutils - 0.190-1.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: elfutils from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | collection of utilities to handle ELF objects | https://sourceware.org/elfutils/
- Ubuntu apt - libasm-dev - 0.190-1.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: libasm-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | libasm development libraries and header files | https://sourceware.org/elfutils/
- Ubuntu apt - libasm1t64 - 0.190-1.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: libasm1t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | library with a programmable assembler interface | https://sourceware.org/elfutils/


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [bzip2](https://www.automicvault.com/pkg/brew/bzip2/) - Runtime dependency declared by Homebrew.
- [xz](https://www.automicvault.com/pkg/brew/xz/) - Runtime dependency declared by Homebrew.
- [zstd](https://www.automicvault.com/pkg/brew/zstd/) - Runtime dependency declared by Homebrew.
- [m4](https://www.automicvault.com/pkg/brew/m4/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [abi-dumper](https://www.automicvault.com/pkg/brew/abi-dumper/) - Popular package that depends on this formula.
- [bpftop](https://www.automicvault.com/pkg/brew/bpftop/) - Popular package that depends on this formula.
- [execstack](https://www.automicvault.com/pkg/brew/execstack/) - Popular package that depends on this formula.
- [iproute2](https://www.automicvault.com/pkg/brew/iproute2/) - Popular package that depends on this formula.
- [libabigail](https://www.automicvault.com/pkg/brew/libabigail/) - Popular package that depends on this formula.
- [sysprof](https://www.automicvault.com/pkg/brew/sysprof/) - Popular package that depends on this formula.
- [uftrace](https://www.automicvault.com/pkg/brew/uftrace/) - Popular package that depends on this formula.
- [dwarfutils](https://www.automicvault.com/pkg/brew/dwarfutils/) - Shares av.db curated category or tags: binary-tools, cli, debugging, developer-tools, dwarf.
- [elfx86exts](https://www.automicvault.com/pkg/brew/elfx86exts/) - Shares av.db curated category or tags: binary-analysis, binary-tools, cli, developer-tools, elf.
- [patchelf](https://www.automicvault.com/pkg/brew/patchelf/) - Shares av.db curated category or tags: binary-tools, cli, developer-tools, elf, linux.
- [chrpath](https://www.automicvault.com/pkg/brew/chrpath/) - Shares av.db curated category or tags: binary-tools, cli, developer-tools, elf.
- [m68k-elf-binutils](https://www.automicvault.com/pkg/brew/m68k-elf-binutils/) - Shares av.db curated category or tags: binary-tools, cli, developer-tools, elf.
- [x86_64-linux-gnu-binutils](https://www.automicvault.com/pkg/brew/x86-64-linux-gnu-binutils/) - Shares av.db curated category or tags: binary-tools, cli, developer-tools, linux.
- [binsider](https://www.automicvault.com/pkg/brew/binsider/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools, elf.
- [i686-elf-binutils](https://www.automicvault.com/pkg/brew/i686-elf-binutils/) - Local package facts share a topical domain. Shared terms: addr2line, binary, binary-tools, cli, developer.

## Combined YAML source

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


## Sources

- 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
