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
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
To install augeas, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install augeas
To see what files were installed by augeas, run:
port contents augeas
To later upgrade augeas, run:
sudo port selfupdate && sudo port upgrade augeas
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.