🆓 Für immer kostenlos — durch die Lizenzen garantiert

Jedes Tool hier ist Open Source; seine Lizenz garantiert das Recht, es zu nutzen und weiterzuverteilen. Dieser Spiegel ist dieses Versprechen in der Praxis: das jeweils neueste Release jedes Pakets, das mindestens 2 Monate alt ist — für immer kostenlos, ohne Konto, ohne Authentifizierung.
Sicherheits- und Patch-Fixes werden sofort veröffentlicht. Sie möchten jedes Release wenige Stunden nach Upstream? Dafür gibt es das Haupt-Repository auf deb.griffo.io. 🚀

💬 Fragen oder Probleme? Kommen Sie in unsere Discord-Community — der beste Ort für Hilfe.

📁 Neueste installieren eza auf Ubuntu

Modern, feature-rich replacement for the ls command

⏳ Noch nicht im kostenlosen Spiegel — erhältlich auf deb.griffo.io (Haupt-Repository)
eza ist noch nicht im kostenlosen Spiegel. Der kostenlose Spiegel liefert derzeit Ghostty, Zed und Oh My Posh — weitere folgen. eza gibt es im Haupt-Repository auf deb.griffo.io — jedes Release, wenige Stunden nach Upstream.
QuelleVersion
deb.griffo.io (main)0.23.5 ✅
Offizielles Ubuntu0.23.4 🛑
← Zurück zur Startseite

Was ist eza?

eza is a modern, maintained replacement for the venerable file-listing command-line program ls that ships with Unix and Linux operating systems. Written in Rust, eza gives you more features and better defaults while being small, fast, and just one single binary.

🚀 Warum neueste Versionen wichtig sind: eza is actively developed with frequent releases containing new features, performance improvements, and bug fixes. The latest versions include hyperlink support, custom themes, enhanced Git integration, and many usability improvements over the original exa project.

⚡ Key Features of eza

🎨 Rich Visual Output

Colors to distinguish file types, icons support, and customizable themes. Makes file browsing more intuitive and visually appealing.

🔗 Git Integration

Shows Git status for files and repositories, tracks ignored files, and displays repository information directly in listings.

📊 Extended Metadata

Displays symlinks, extended attributes, mount points, SELinux context, and human-readable relative dates.

🔧 Highly Configurable

Custom themes via theme.yml, extensive command-line options, and backwards compatibility with ls and exa.

🆚 eza vs ls vs exa

  • vs ls: Colors, icons, Git integration, tree view, better defaults
  • vs exa: Actively maintained, fixes "Grid Bug", hyperlinks, themes, security fixes
  • Performance: Fast Rust implementation, single binary, minimal dependencies
  • Compatibility: Drop-in replacement with familiar options
🆓 Für immer kostenlos, mit eingebauter Verzögerung: Debian und Ubuntu frieren Paketversionen mit jedem Release ein — dieses Repository liefert stattdessen das jeweils neueste Release, sobald es mindestens 2 Monate alt ist, für immer kostenlos; Sicherheits- und Patch-Fixes erscheinen sofort. Wer jedes Release wenige Stunden nach Upstream möchte, nutzt das Haupt-Repository auf deb.griffo.io.

📦 Installation von deb-free.griffo.io

Schritt 1: Repository hinzufügen

sudo install -d -m 0755 /etc/apt/keyrings curl -fsSL https://deb-free.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/deb-free.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/deb-free.griffo.io.gpg] https://deb-free.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/deb-free.griffo.io.list > /dev/null sudo apt update
install -d -m 0755 /etc/apt/keyrings curl -fsSL https://deb-free.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/deb-free.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/deb-free.griffo.io.gpg] https://deb-free.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/deb-free.griffo.io.list > /dev/null apt update

Schritt 2: Installieren eza

# Install latest eza sudo apt install eza # Installation überprüfen eza --version
# Install latest eza apt install eza # Installation überprüfen eza --version

🎯 Grundlegende Verwendungsbeispiele

Replace ls with eza:

# Basic listing with colors and icons eza # Long format with details eza -l # Tree view eza --tree # Show Git status eza -l --git # Grid view with icons eza --icons --grid

Advanced features:

# Show all files including hidden eza -la # Sort by size, largest first eza -l --sort=size --reverse # Show only directories eza -D # Recursive listing with depth limit eza -R --level=2 # Custom time format eza -l --time-style=iso

Create alias for permanent use:

# Add to ~/.bashrc or ~/.zshrc echo 'alias ls="eza"' >> ~/.bashrc echo 'alias ll="eza -l"' >> ~/.bashrc echo 'alias la="eza -la"' >> ~/.bashrc # Reload shell source ~/.bashrc

🚀 Warum deb-free.griffo.io wählen?

📊 Repository Comparison:
  • Official Ubuntu: Often months behind, missing latest features
  • deb-free.griffo.io: Neuestes Release, mindestens 2 Monate alt — für immer kostenlos
  • Manual Installation: Complex Rust compilation required
  • Our Repository: Pre-built, ready-to-use packages

📦 Paket-Build-Repository

Die Ubuntu-Pakete werden automatisch in diesem GitHub-Repository erstellt und gepflegt:

🔗 Verwandte Pakete

Auch verfügbar von deb.griffo.io:

🎯 Perfekt für: Daily command-line users, developers who want better file listings, anyone looking to modernize their terminal workflow with colors, icons, and Git integration.

📦 Neueste Releases auf deb.griffo.io (Haupt-Repository)

❓ Häufig gestellte Fragen

Ist eza in den offiziellen Ubuntu-Paketquellen?

Ja — das offizielle Ubuntu-Archiv liefert eza 0.23.4. Dieser kostenlose Spiegel liefert das neueste eza-Release, das mindestens 2 Monate alt ist, für immer kostenlos; das Haupt-Repository auf deb.griffo.io liefert jedes Release wenige Stunden nach Upstream.

Wie installiere ich das neueste eza unter Ubuntu?

Fügen Sie das deb-free.griffo.io-Repository einmalig hinzu (Anleitung oben) und führen Sie dann aus: sudo apt install eza. Neue Releases kommen über das normale sudo apt upgrade.

Sind die Pakete signiert und wie werden sie gebaut?

Jedes Paket ist mit dem GPG-Schlüssel des Repositories (EA0F721D231FDD3A0A17B9AC7808B4DD62C41256) signiert und wird aus Upstream-Releases in öffentlichen GitHub-Repositories gebaut, die jeder einsehen kann.

Welche Ubuntu-Versionen werden unterstützt?

Ubuntu 22.04 Jammy, 24.04 Noble, 25.10 Questing und 26.04 Resolute.