๐Ÿ“ฃ Important update โ€” access is changing on 1 October 2026

Starting 1 October 2026 at noon (UK time), this mirror will require authentication to keep apt working.
Downloading packages stays free from the GitHub repositories where they are built.
A yearly subscription gets you free immediate updates through apt and directly supports keeping this project alive. Thank you! ๐Ÿ™

๐Ÿ”‘ Get Your Yearly Subscription

โ‚ฌ15 / $15 / ยฃ15 per year โ€” US dollars if your currency isn't supported.

๐Ÿ’ฌ Questions, issues or anything about this repo? Join our Discord community โ€” the best place to get help and connect with other users.
โ˜• Previously supported via Buy Me a Coffee? You are wonderful! Head over to our Discord and we will sort out a free lifetime subscription for you. ๐Ÿ’œ

๐Ÿ“ Install Latest eza on Debian

Modern, feature-rich replacement for the ls command

Latest version: 0.23.5 ยท updated 2026-07-17
SourceVersion
deb.griffo.io0.23.5 โœ…
Official Debian0.23.4 ๐Ÿ›‘
โ† Back to home

What is 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.

๐Ÿš€ Why Latest Versions Matter: 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
๐Ÿš€ Always ahead of the official archives: Debian and Ubuntu freeze package versions when a release ships โ€” this repository publishes new upstream releases typically within hours. A simple apt upgrade keeps you on the latest version.

๐Ÿ“ฆ Installation from deb.griffo.io

Step 1: Add Repository

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

Step 2: Install eza

# Install latest eza sudo apt install eza # Verify installation eza --version
# Install latest eza apt install eza # Verify installation eza --version

๐ŸŽฏ Basic Usage Examples

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

๐Ÿš€ Why Choose deb.griffo.io?

๐Ÿ“Š Repository Comparison:
  • Official Debian: Often months behind, missing latest features
  • deb.griffo.io: Latest version within hours of release
  • Manual Installation: Complex Rust compilation required
  • Our Repository: Pre-built, ready-to-use packages

๐Ÿ“ฆ Package Build Repository

The Debian packages are automatically built and maintained in this GitHub repository:

๐Ÿ”— Related Packages

Also available from deb.griffo.io:

๐ŸŽฏ Perfect for: Daily command-line users, developers who want better file listings, anyone looking to modernize their terminal workflow with colors, icons, and Git integration.

๐Ÿ’ Support This Project

If this repository saves you time and effort, please consider supporting it!

โญ Star on GitHub ๐Ÿฆ Share on Twitter

๐Ÿ“ฆ Recent releases from this repository

โ“ Frequently asked questions

Is eza in the official Debian repositories?

Yes, but the official Debian archive ships eza 0.23.4, while this repository serves eza 0.23.5 โ€” rebuilt within hours of each upstream release.

How do I install the latest eza on Debian?

Add the deb.griffo.io repository once using the instructions above, then run: sudo apt install eza. New releases arrive through the normal sudo apt upgrade.

Are the packages signed and how are they built?

Every package is signed with the repository's GPG key (EA0F721D231FDD3A0A17B9AC7808B4DD62C41256) and built from upstream releases in public GitHub packaging repositories that anyone can inspect.

Which Debian releases are supported?

Debian 12 Bookworm, Debian 13 Trixie, Forky and Sid.