# Install augeas with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Configuration editing tool and API. Version 1.14.1 via Homebrew; verified 2026-07-05.

## Install

```sh
sudo av install brew:augeas
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install augeas
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install augeas
```

  Evidence: MacPorts ports tree: sysutils/augeas/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add augeas
```

  Evidence: Alpine Linux edge package indexes: augeas from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install augeas-doc
```

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

- dnf (92%):

```sh
sudo dnf install augeas
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#augeas
```

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

- pacman (92%):

```sh
sudo pacman -S augeas
```

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

- zypper (92%):

```sh
sudo zypper install augeas
```

  Evidence: openSUSE Tumbleweed package metadata: augeas from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:augeas
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/augeas>
- **Version:** 1.14.1
- **Source summary:** Configuration editing tool and API
- **Homepage:** <https://augeas.net/>
- **Repository:** <https://github.com/hercules-team/augeas>
- **Upstream docs:** <https://augeas.net/docs/index.html>
- **License:** LGPL-2.1-or-later
- **Source archive:** <https://github.com/hercules-team/augeas/releases/download/release-1.14.1/augeas-1.14.1.tar.gz>
- **Last updated:** 2026-07-05T04:22:06Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- augmatch (cli)
- augparse (cli)
- augprint (cli)
- augtool (cli)
- fadot (cli)
- augmatch (alias)
- augparse (alias)
- augprint (alias)
- augtool (alias)
- fadot (alias)

## Dependencies

- readline

## Build dependencies

- pkgconf

## Uses from macOS

- libxml2

## Install behavior

- Post-install hook: not defined
- Caveats: Lenses have been installed to: $HOMEBREW_PREFIX/share/augeas/lenses/dist
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.14.1
- Package-manager updated: 2026-07-05
- Local data: ok
- Upstream repository: https://github.com/hercules-team/augeas
- info: No cached GitHub release or tag data was available.
## Project history and usage

Augeas is a library and command-line toolkit for editing real system configuration files through a structured tree API. It is famous among Unix configuration people for replacing brittle sed and awk edits with lenses: bidirectional parsers that understand native config-file syntax.

### Project history

Augeas was written by David Lutterkort at Red Hat, according to the official AUTHORS file. The official README frames the project around a deliberately narrow problem: edit actual Linux configuration files in a controlled manner while preserving each file's native format rather than inventing a new cross-platform configuration abstraction.

The Augeas web documentation includes a 2008 Ottawa Linux Symposium talk and Red Hat Summit material, and the GitHub repository was created in 2008. The project has continued as a long-lived system tool with a C API, augtool, language bindings, and a growing stock of lenses for common configuration formats.

Release notes show the modern maintenance arc: 1.10 added augmatch and new API helpers in 2018, 1.13 added preview support and path-expression improvements in 2021, 1.14 added augprint and more lens coverage in 2022, and 1.14.1 in 2023 continued compatibility and lens updates.

### Adoption history

Augeas spread through system packaging rather than app-store style distribution. The supplied package facts list Alpine, Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE packages. Its adoption is also visible in the broad contributor list, which includes Linux distribution and configuration-management contributors, and in the stock-lens model that lets downstreams add support for local config formats.

### How it is used

Users normally explore and modify the parsed tree with augtool, for example under /files/etc/hosts or /files/etc/grub.conf. Developers and configuration-management systems can call the C API or bindings, while lens authors write small schema-like descriptions to teach Augeas about new file formats.

### Why package nerds care

Augeas matters because it packages policy as parsers. Distros and operations tools need to edit config files without destroying comments, ordering, or local syntax; Augeas offers a stable library and CLI for that job. Its package value is in the lens corpus, ABI, bindings, and test fixtures as much as the augtool executable.

### Timeline

- 2008: Augeas material was presented at Ottawa Linux Symposium and Red Hat Summit; the GitHub repository was created.
- 2016: GitHub release tags include 1.6.0 and 1.7.0.
- 2018: Version 1.10 added augmatch and API additions.
- 2021: Version 1.13 added preview support and path-expression improvements.
- 2022: Version 1.14 added augprint and expanded lenses.
- 2023: Version 1.14.1 shipped compatibility fixes and lens updates.

### Related projects

- Augeas is related to configuration-management systems, language bindings around libaugeas, and other Hercules-team/system tooling. Its docs also expose libfa, the finite-automata library used by the project.

### Sources

- <https://api.github.com/repos/hercules-team/augeas>
- <https://augeas.net/docs/index.html>
- <https://augeas.net/tour.html>
- <https://github.com/hercules-team/augeas#readme>
- <https://raw.githubusercontent.com/hercules-team/augeas/master/AUTHORS>
- <https://raw.githubusercontent.com/hercules-team/augeas/master/NEWS>


## Security Notes

narrow executable package without higher-risk signals.

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

## Source Database Details

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

## Other Package-Manager Records

- Debian apt - augeas-doc - 1.14.1-1.1~deb13u1: normalized package name match | Debian stable package indexes: augeas-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Augeas lenses documentation | http://augeas.net/
- Debian apt - augeas-lenses - 1.14.1-1.1~deb13u1: normalized package name match | Debian stable package indexes: augeas-lenses from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Set of lenses needed by libaugeas0 to parse config files | http://augeas.net/
- Debian apt - augeas-tools - 1.14.1-1.1~deb13u1: normalized package name match | Debian stable package indexes: augeas-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Augeas command line tools | http://augeas.net/
- Debian apt - libaugeas-dev - 1.14.1-1.1~deb13u1: normalized package name match | Debian stable package indexes: libaugeas-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development files for writing applications based on libaugeas0 | http://augeas.net/
- Debian apt - libaugeas0 - 1.14.1-1.1~deb13u1: normalized package name match | Debian stable package indexes: libaugeas0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Augeas configuration editing library and API | http://augeas.net/
- Nix - augeas: normalized package name match | nixpkgs package indexes: pkgs/by-name/au/augeas/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - augeas-doc - 1.14.1-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: augeas-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Augeas lenses documentation | http://augeas.net/
- Ubuntu apt - augeas-lenses - 1.14.1-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: augeas-lenses from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Set of lenses needed by libaugeas0 to parse config files | http://augeas.net/
- Ubuntu apt - augeas-tools - 1.14.1-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: augeas-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Augeas command line tools | http://augeas.net/
- Ubuntu apt - libaugeas-dev - 1.14.1-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libaugeas-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Development files for writing applications based on libaugeas0 | http://augeas.net/
- Ubuntu apt - libaugeas0 - 1.14.1-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libaugeas0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Augeas configuration editing library and API | http://augeas.net/
- apk - augeas - 1.14.1-r0: normalized package name match | Alpine Linux edge package indexes: augeas from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | A configuration editing tool | http://augeas.net
- apk - augeas-dev - 1.14.1-r0: normalized package name match | Alpine Linux edge package indexes: augeas-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | A configuration editing tool (development files) | http://augeas.net
- apk - augeas-doc - 1.14.1-r0: normalized package name match | Alpine Linux edge package indexes: augeas-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | A configuration editing tool (documentation) | http://augeas.net
- apk - augeas-libs - 1.14.1-r0: normalized package name match | Alpine Linux edge package indexes: augeas-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Libraries for augeas | http://augeas.net
- apk - augeas-static - 1.14.1-r0: normalized package name match | Alpine Linux edge package indexes: augeas-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Static libraries for Augeas | http://augeas.net


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [certbot](https://www.automicvault.com/pkg/brew/certbot/) - Popular package that depends on this formula.
- [hwloc](https://www.automicvault.com/pkg/brew/hwloc/) - Shares av.db curated category or tags: cli, library, system.
- [libpaper](https://www.automicvault.com/pkg/brew/libpaper/) - Shares av.db curated category or tags: cli, configuration, library, system.
- [atop](https://www.automicvault.com/pkg/brew/atop/) - Shares av.db curated category or tags: cli, system.
- [borgmatic](https://www.automicvault.com/pkg/brew/borgmatic/) - Shares av.db curated category or tags: cli, configuration, system.
- [cahute](https://www.automicvault.com/pkg/brew/cahute/) - Shares av.db curated category or tags: cli, library, system.
- [chmlib](https://www.automicvault.com/pkg/brew/chmlib/) - Shares av.db curated category or tags: cli, library, system.
- [cpu_features](https://www.automicvault.com/pkg/brew/cpu-features/) - Shares av.db curated category or tags: cli, library, system.
- [cpuid](https://www.automicvault.com/pkg/brew/cpuid/) - Shares av.db curated category or tags: cli, library, system.
- [hivex](https://www.automicvault.com/pkg/brew/hivex/) - Local package facts share a topical domain. Shared terms: cli, library, readline, system.
- [bareos-client](https://www.automicvault.com/pkg/brew/bareos-client/) - Local package facts share a topical domain. Shared terms: cli, readline, system.

## Combined YAML source

View the package source record on GitHub. [combined/augeas.yml](https://github.com/automic-vault/db/blob/main/combined/augeas.yml)


## Sources

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