augparse
Augeas command line tools
Install
- All systems
-
curl cmd.cat/augparse.sh
- Debian
-
apt-get install augeas-tools
- Ubuntu
-
apt-get install augeas-tools
- Alpine
-
apk add augeas
- Arch Linux
-
pacman -S augeas
- 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
- Dockerfile
- dockerfile.run/augparse
- Docker
-
docker run cmd.cat/augparse augparse
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.