How to Install and Uninstall augeas.x86_64 Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "augeas.x86_64" package

Please follow the instructions below to install augeas.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install augeas.x86_64

2. Uninstall "augeas.x86_64" package

This guide covers the steps necessary to uninstall augeas.x86_64 on Amazon Linux 2:

$ sudo yum remove augeas.x86_64 $ sudo yum autoremove

3. Information about the augeas.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : augeas
Arch : x86_64
Version : 1.4.0
Release : 9.amzn2
Size : 39 k
Repo : amzn2-core/2/x86_64
Summary : A library for changing configuration files
URL : http://augeas.net/
License : LGPLv2+
Description : A library for programmatically editing configuration files. Augeas
: parses configuration files into a tree structure, which it exposes
: through its public API. Changes made through the API are written
: back to the initially read files.
:
: The transformation works very hard to preserve comments and
: formatting details. It is controlled by ``lens'' definitions that
: describe the file format and the transformation into a tree.
:
: This package attempts to be compatible with Augeas 1.1.0 as
: shipped in EL7.0, where possible.