This package browser is in early development. Mind the rough edges.

augeas 1.14.1

Edit configuration files programmatically

Augeas is a library and command line tool for programmatically editing configuration files in a controlled manner. Augeas exposes a tree of all configuration settings and a simple local API for manipulating the tree. Augeas then modifies underlying configuration files according to the changes that have been made to the tree; it does as little modeling of configurations as possible, and focuses exclusivley on transforming the tree-oriented syntax of its public API to the myriad syntaxes of individual configuration files.

Installation

Install augeas 1.14.1 as follows:

guix install augeas@1.14.1

Or install the latest version:

guix install augeas

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.