Automic VaultAutomic Vault

brew

e2tools mit Homebrew, apk, apt, dnf, Nix installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install e2tools

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add e2tools

Alpine Linux edge package indexes · e2tools · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install e2tools

Debian stable package indexes · e2tools · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install e2tools

Fedora Rawhide package metadata · e2tools · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#e2tools

nixpkgs package indexes · pkgs/by-name/e2/e2tools/package.nix · Quelle: api.github.com

Überblick

Paketzusammenfassung

Utilities to read, write, and manipulate files in ext2/3/4 filesystems

Befehle und Aliase

  • e2cp
  • e2ln
  • e2ls
  • e2mkdir
  • e2mv
  • e2rm
  • e2tail
  • e2tools

Verlauf

Projektgeschichte und Nutzung

e2tools is a small GPL command suite for reading, writing, and manipulating files inside ext2, ext3, and ext4 filesystem images without mounting them. It wraps libext2fs from e2fsprogs and exposes familiar file operations through commands such as `e2cp`, `e2ls`, `e2mkdir`, `e2rm`, `e2mv`, `e2ln`, and `e2tail`.

Projektgeschichte

The ChangeLog shows active development by Keith W. Sheffield in the early 2000s, with core commands such as `e2ln`, `e2mv`, `e2rm`, and `e2tail` appearing through 2002 and build/documentation updates continuing into 2004.

The GitHub repository was created in 2015 for the current public hosting lineage, but the project itself predates that import. Its README keeps the original motivation clear: copy files into a Linux filesystem from a machine that does not have ext2 support, or manipulate disk images on Linux without mounting them or requiring root.

Adoptionsgeschichte

e2tools occupies a smaller niche than e2fsprogs but has durable packaging value: the README points to Repology for distribution packages, and the input package facts list packages across Homebrew, Debian, Ubuntu, Fedora, Alpine, Nix, and other ecosystems.

The GitHub API showed 40 stars and 17 forks on 2026-06-30, matching a utility that is not fashionable but remains useful wherever build systems, embedded workflows, installers, or forensic tasks need direct edits to ext filesystem images.

Wie es verwendet wird

The command syntax treats an ext filesystem image or device plus a path as `filesystem:directory_path`. The README demonstrates making an image with `dd`, formatting it with `mkfs.ext2`, creating a directory with `e2mkdir`, listing with `e2ls`, copying with `e2cp`, and removing with `e2rm`.

Its key use case is avoiding a mount step. On non-Linux systems it can access ext filesystems where the OS lacks native support; on Linux it can manipulate images or floppies without loopback mounting or root access.

Warum Paket-Nerds sich dafür interessieren

e2tools is package-nerd significant because it is a thin, practical companion to e2fsprogs: not a replacement for `fsck` or `mkfs`, but a file-level toolbox for ext images. That makes it attractive in reproducible image builds, cross-platform repair kits, and minimal automation scripts.

The README's alternatives section explains the tradeoff against kernel mounting and fuse2fs: e2tools uses the same e2fsprogs codebase, handles filesystem block sizes independently of kernel page size, and does not require mount privileges.

Zeitleiste

  • 2002-03-05: ChangeLog records early command work, including `e2ln` integration.
  • 2002-04-10: ChangeLog records `e2rm` as a new feature.
  • 2002-08-08: ChangeLog records `e2tail` as a new feature suggested by Ralf Spenneberg.
  • 2004-04-06: ChangeLog records basic user documentation added to the README.
  • 2015-09-08: Current public GitHub repository created.
  • 2024-09-15: GitHub API showed the repository had a recent push in September 2024.

Related projects

  • e2tools is directly related to e2fsprogs because it requires e2fsprogs 1.27 or later and uses libext2fs for direct filesystem access.
  • The README compares e2tools with the Linux kernel ext2 driver and fuse2fs, framing it as the no-mount, no-root option for file-level access to ext filesystem images.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 8 Plattformziele verfügbar.
  • Installiert mit 1 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 3 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
e2cpcliglobales Executable
e2lncliglobales Executable
e2lscliglobales Executable
e2mkdircliglobales Executable
e2mvcliglobales Executable
e2rmcliglobales Executable
e2tailcliglobales Executable
e2toolscliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version0.1.2
Manager aktualisiert
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://github.com/e2tools/e2tools

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz
  • InfoNo cached GitHub release or tag data was available.https://github.com/e2tools/e2toolsnone Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:e2tools
Version0.1.2
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/e2tools
Homepagehttps://e2tools.github.io/
Repositoryhttps://github.com/e2tools/e2tools
Upstream-Dokumentationhttps://e2tools.github.io/
LizenzGPL-2.0-only
Quellarchivhttps://github.com/e2tools/e2tools/releases/download/v0.1.2/e2tools-0.1.2.tar.gz
Abhängigkeitene2fsprogs
Build-Abhängigkeitenautoconf, automake, pkgconf
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namee2tools
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

e2tools 0.1.2-1

utilities for manipulating files in an ext2/ext3 filesystem

https://e2tools.github.io

sudo apt install e2tools
  • Section: misc
  • Architecture: amd64
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: E2tools
Debian stable package indexes · deb.debian.org · Debian stable package indexes: e2tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

e2tools

nix profile install nixpkgs#e2tools
  • normalized package name match
  • Abgeglichen nach: E2tools
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/e2/e2tools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

e2tools 0.1.0-3build2

utilities for manipulating files in an ext2/ext3 filesystem

https://e2tools.github.io

sudo apt install e2tools
  • Section: universe/misc
  • Architecture: amd64
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: E2tools
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: e2tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

e2tools 0.1.2-r1

Utilities for manipulating files in an ext2/ext3 filesystem

https://e2tools.github.io/

sudo apk add e2tools
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: e2tools
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: E2tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: e2tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

e2tools-doc 0.1.2-r1

Utilities for manipulating files in an ext2/ext3 filesystem (documentation)

https://e2tools.github.io/

sudo apk add e2tools-doc
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: e2tools
  • normalized package name match
  • Abgeglichen nach: E2tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: e2tools-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

e2tools 0.1.0-15.fc44

Manipulate files in unmounted ext2/ext3 filesystems

https://e2tools.github.io/

sudo dnf install e2tools
  • License: GPL-1.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: e2tools
  • 4 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: E2tools
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: e2tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment