# libewf mit Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für libewf in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:libewf
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install libewf
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install libewf
```

  Evidenz: MacPorts ports tree: security/libewf/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add libewf
```

  Evidenz: Alpine Linux edge package indexes: libewf from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install libewf
```

  Evidenz: Fedora Rawhide package metadata: libewf 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#libewf
```

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

- pacman (92%):

```sh
sudo pacman -S libewf
```

  Evidenz: Arch Linux sync databases: libewf from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install ewf-tools
```

  Evidenz: Debian stable package indexes: ewf-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install libewf-devel
```

  Evidenz: openSUSE Tumbleweed package metadata: libewf-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:libewf
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/libewf>
- **Version:** 20140816
- **Quellzusammenfassung:** Library for support of the Expert Witness Compression Format
- **Homepage:** <https://github.com/libyal/libewf>
- **Repository:** <https://github.com/libyal/libewf>
- **Lizenz:** LGPL-3.0-or-later
- **Quellarchiv:** <https://github.com/libyal/libewf-legacy/releases/download/20140816/libewf-20140816.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- ewfacquire (cli)
- ewfacquirestream (cli)
- ewfdebug (cli)
- ewfexport (cli)
- ewfinfo (cli)
- ewfmount (cli)
- ewfrecover (cli)
- ewfverify (cli)
- ewfacquire (Alias)
- ewfacquirestream (Alias)
- ewfdebug (Alias)
- ewfexport (Alias)
- ewfinfo (Alias)
- ewfmount (Alias)
- ewfrecover (Alias)
- ewfverify (Alias)

## Abhängigkeiten

- openssl@3

## Build-Abhängigkeiten

- pkgconf

## Von macOS bereitgestellte Bibliotheken

- bzip2

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 20140816
- lokale Daten: OK
- Upstream-Repository: https://github.com/libyal/libewf-legacy
- Info: No package-manager update timestamp was available.
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

libewf is the libyal library and tool suite for reading, writing, acquiring, verifying, exporting, and mounting Expert Witness Compression Format evidence files. Its package-manager identity is tied to digital forensics because EWF/E01 images are common interchange artifacts between acquisition tools, forensic suites, and open-source analysis workflows.

### Projektgeschichte

Joachim Metz began documenting the EWF file format in March 2006, with libewf's legacy ChangeLog recording release-preparation work in April 2006. The project grew alongside a public working specification for the format, covering SMART, EnCase E01, logical evidence files, and later EWF2 variants.

The libyal repositories split the actively experimental libewf tree from a stable legacy tree. Homebrew's curation points at the legacy repository, while the project documentation and README describe the broader libewf effort.

### Adoptionsgeschichte

EWF became important because forensic images produced by EnCase, FTK Imager, SMART, and related tools needed open readers and converters. libewf gave Unix package ecosystems a reusable C library plus tools such as ewfacquire, ewfinfo, ewfexport, ewfmount, and ewfverify.

Distribution packages under names such as libewf, ewf-tools, and ewftools made E01 handling available outside proprietary forensic workstations.

### Wie es verwendet wird

Package users commonly install libewf for command-line acquisition and conversion, for mounting or inspecting EWF images, or as a dependency of forensic applications that need E01/S01/L01 support.

### Warum Paket-Nerds sich dafür interessieren

libewf is package-nerd useful because it turns a proprietary-forensics file family into a normal Unix library and set of small tools. It also carries one of the clearest public format documents for EWF, making it useful to preservation, incident response, and forensic packaging work.

### Zeitleiste

- 2006-03: Initial public EWF specification revisions for the libewf project.
- 2006-04: Legacy ChangeLog records first-release preparation and tool renames such as ewfcat to ewfexport and ewfmd5sum to ewfverify.
- 2014: Legacy ChangeLog records stabilization work and synchronization with the experimental libewf tree.
- 2026: The EWF specification document records maintenance through 2006-2026.

### Related projects

- Related projects include the libyal family of forensic libraries, The Sleuth Kit integrations, EnCase, FTK Imager, and forensic package sets that ship ewf-tools.

### Quellen

- <https://formulae.brew.sh/formula/libewf>
- <https://github.com/libyal/libewf-legacy>
- <https://raw.githubusercontent.com/libyal/libewf-legacy/main/ChangeLog>
- <https://raw.githubusercontent.com/libyal/libewf/main/documentation/Expert%20Witness%20Compression%20Format%20%28EWF%29.asciidoc>


## Sicherheitshinweise

library-like package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- library-like package without higher-risk signals

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libewf
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Andere Paketmanager-Einträge

- Debian apt - ewf-tools - 20140816-1+b1: normalized package name match | Debian stable package indexes: ewf-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | collection of tools for reading and writing EWF files | https://github.com/libyal/libewf-legacy
- Debian apt - libewf-dev - 20140816-1+b1: normalized package name match | Debian stable package indexes: libewf-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | support for Expert Witness Compression format (development) | https://github.com/libyal/libewf-legacy
- Debian apt - libewf2 - 20140816-1+b1: normalized package name match | Debian stable package indexes: libewf2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library with support for Expert Witness Compression Format | https://github.com/libyal/libewf-legacy
- Debian apt - python3-libewf - 20140816-1+b1: normalized package name match | Debian stable package indexes: python3-libewf from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | support for Expert Witness Compression format -- Python 3 bindings | https://github.com/libyal/libewf-legacy
- Nix - libewf: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libewf/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ewf-tools - 20140814-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: ewf-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | collection of tools for reading and writing EWF files | https://github.com/libyal/libewf-legacy
- Ubuntu apt - libewf-dev - 20140814-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libewf-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | support for Expert Witness Compression format (development) | https://github.com/libyal/libewf-legacy
- Ubuntu apt - libewf2 - 20140814-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libewf2 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | library with support for Expert Witness Compression Format | https://github.com/libyal/libewf-legacy
- Ubuntu apt - python3-libewf - 20140814-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-libewf from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | support for Expert Witness Compression format -- Python 3 bindings | https://github.com/libyal/libewf-legacy
- apk - libewf - 20240506-r0: normalized package name match | Alpine Linux edge package indexes: libewf from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Library to support the Expert Witness Compression Format | https://libewf.sourceforge.net/
- apk - libewf-dev - 20240506-r0: normalized package name match | Alpine Linux edge package indexes: libewf-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Library to support the Expert Witness Compression Format (development files) | https://libewf.sourceforge.net/
- apk - libewf-doc - 20240506-r0: normalized package name match | Alpine Linux edge package indexes: libewf-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Library to support the Expert Witness Compression Format (documentation) | https://libewf.sourceforge.net/
- apk - libewf-libs - 20240506-r0: normalized package name match | Alpine Linux edge package indexes: libewf-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Library to support the Expert Witness Compression Format (libraries) | https://libewf.sourceforge.net/
- dnf - ewftools - 20140608-35.fc45: normalized package name match | Fedora Rawhide package metadata: ewftools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Utilities for the Expert Witness Compression Format (EWF) | http://sourceforge.net/projects/libewf/
- dnf - libewf - 20140608-35.fc45: normalized package name match | Fedora Rawhide package metadata: libewf from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Library for the Expert Witness Compression Format (EWF) | http://sourceforge.net/projects/libewf/
- dnf - libewf-devel - 20140608-35.fc45: normalized package name match | Fedora Rawhide package metadata: libewf-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for libewf | http://sourceforge.net/projects/libewf/


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Archive and compression packages](https://pkg.so/de/archive-compression-tools/) - Matched archive or compression metadata.
- [openssl@3](https://pkg.so/de/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/de/brew/pkgconf/) - Build dependency declared by Homebrew.
- [sleuthkit](https://pkg.so/de/brew/sleuthkit/) - Popular package that depends on this formula.
- [xmount](https://pkg.so/de/brew/xmount/) - Popular package that depends on this formula.
- [bulk_extractor](https://pkg.so/de/brew/bulk-extractor/) - Shares pkgdb curated category or tags: cli, digital-forensics, security.
- [regipy](https://pkg.so/de/brew/regipy/) - Shares pkgdb curated category or tags: cli, digital-forensics, security.
- [nettle](https://pkg.so/de/brew/nettle/) - Shares pkgdb curated category or tags: c-library, cli, security.
- [libgcrypt](https://pkg.so/de/brew/libgcrypt/) - Shares pkgdb curated category or tags: c-library, cli, security.
- [mbedtls](https://pkg.so/de/brew/mbedtls/) - Shares pkgdb curated category or tags: c-library, cli, security.
- [libjwt](https://pkg.so/de/brew/libjwt/) - Shares pkgdb curated category or tags: c-library, cli, security.
- [afflib](https://pkg.so/de/brew/afflib/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, disk, forensics, format, openssl.

## Combined YAML source

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


## Quellen

- 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
