# Install agedu with Homebrew, apt, dnf, Nix

Unix utility for tracking down wasted disk space. Version 20260410 via Homebrew; verified 2026-07-10. Also installable with debian: sudo apt install agedu.

## Install

```sh
sudo av install brew:agedu
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install agedu
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install agedu
```

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

- dnf (92%):

```sh
sudo dnf install agedu
```

  Evidence: Fedora Rawhide package metadata: agedu from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#agedu
```

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

## Package facts

- **Package key:** brew:agedu
- **Package manager:** Homebrew
- **Version:** 20260410
- **Source summary:** Unix utility for tracking down wasted disk space
- **Homepage:** <https://www.chiark.greenend.org.uk/~sgtatham/agedu/>
- **Last updated:** 2026-07-10T16:49:54-04:00
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- agedu (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 20260410
## Project history and usage

agedu is Simon Tatham's Unix disk-usage analyzer that combines du-style size accounting with last-access times, helping users find large old data that is more likely to be safe to delete or archive.

### Project history

agedu comes from Simon Tatham's long-running Unix utility collection. Its official page introduces it as a Unix utility for tracking down wasted disk space, motivated by the limitation that ordinary `du` finds large directories but not necessarily stale ones.

The project page says agedu works for the author and has had a small amount of beta testing, and asks for reports from users scanning particularly large data sets. The same page points to the current source archive, a Git clone URL, and a web browser for the development repository.

### Adoption history

agedu is packaged beyond its upstream tarball: the supplied package metadata lists Homebrew, Debian, Fedora, Nix, and Ubuntu packages. That packaging spread makes sense for a portable Unix C utility whose primary competition is the standard `du` plus ad hoc shell commands.

The upstream page also provides a Windows scan-only helper that emits data suitable for loading into agedu on Unix, showing that its adoption niche includes mixed environments even though the main program is not a native Windows port.

### How it is used

A typical run scans a tree with `agedu -s /path`, builds an `agedu.dat` index, then serves a local web interface with `agedu -w` or produces text reports with `agedu -t`. The man page also documents dump/load modes for moving scan data between machines or architectures.

The official documentation repeatedly emphasizes that agedu does not prove data is unwanted; it highlights promising cleanup targets by coloring or filtering disk usage by access age.

### Why package nerds care

agedu is a classic sysadmin package: small, old-school, one binary, local HTML output, and designed to answer a question that `du` cannot quite answer. It is useful package-manager material because it extends a ubiquitous Unix workflow without adding a service or desktop dependency.

Its default index file, local-only web server, restrictive index permissions, and CGI mode are also very Unix: compose files, text dumps, local HTTP, and admin-controlled deployment rather than a centralized storage product.

### Timeline

- 2000s: agedu published on Simon Tatham's site as a Unix disk cleanup utility.
- 2026: Official page last modified and current source archive published as agedu-20260410.3622eda.tar.gz.

### Related projects

- du is the standard Unix baseline agedu extends with access-time analysis.
- ageduscan.exe is the upstream Windows scan-only helper for producing dump files loadable by agedu.

### Sources

- official agedu homepage
- official agedu manpage
- source_facts.package-manager


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Other Package-Manager Records

- Debian apt - agedu - 20211129.8cd63c5-1: normalized package name match | Debian stable package indexes: agedu from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Unix utility for tracking down wasted disk space | https://www.chiark.greenend.org.uk/~sgtatham/agedu/
- Nix - agedu: normalized package name match | nixpkgs package indexes: pkgs/by-name/ag/agedu/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - agedu - 20211129.8cd63c5-1: normalized package name match | Ubuntu 24.04 LTS package indexes: agedu from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Unix utility for tracking down wasted disk space | https://www.chiark.greenend.org.uk/~sgtatham/agedu/
- dnf - agedu - 0-36.20200705.2a7d4a2.fc45: normalized package name match | Fedora Rawhide package metadata: agedu from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | An utility for tracking down wasted disk space | http://www.chiark.greenend.org.uk/~sgtatham/agedu/


## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
