augtool

Augeas command line tools

Install

All systems
curl cmd.cat/augtool.sh
Debian Debian
apt-get install augeas-tools
Ubuntu
apt-get install augeas-tools
Alpine
apk add augeas
Arch Arch Linux
pacman -S augeas
image/svg+xml Kali Linux
apt-get install augeas-tools
CentOS
yum install augeas
Fedora
dnf install augeas
Windows (WSL2)
sudo apt-get update sudo apt-get install augeas-tools
OS X
brew install augeas
Raspbian
apt-get install augeas-tools
Docker
docker run cmd.cat/augtool augtool powered by Commando

augeas-tools

Augeas command line tools

Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files. This package provides command line tools based on libaugeas0: - augtool, a tool to manage configuration files. - augparse, a testing and debugging tool for augeas lenses.

augeas

A configuration editing tool that parses config files and transforms them into a tree

augeas-dbg

Debugging symbols for libaugeas0

Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files. This package provides debugging symbols for augeas, both the core library and the tools, to assist in diagnosing critical bugs. It is not required for normal operation.