Skip to content

augeas.net

A configuration editing tool and API

Package Information

  • Domain: augeas.net
  • Name: augeas.net
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +augeas.net -- $SHELL -i

Programs

This package provides the following executable programs:

  • augmatch
  • augparse
  • augprint
  • augtool
  • fadot

Available Versions

Show all 2 versions
  • 1.14.1, 1.14.0

Latest Version: 1.14.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +augeas.net@1.14.1 -- $SHELL -i

Dependencies

This package depends on:

  • gnu.org/readline
  • gnome.org/libxml2

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.augeasnet

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.