augmatch
Augeas command line tools
Install
- All systems
-
curl cmd.cat/augmatch.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/augmatch
- Docker
-
docker run cmd.cat/augmatch augmatch
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.