How to Install and Uninstall augeas.x86_64 Package on CentOS Stream 8

Last updated: May 06,2024

1. Install "augeas.x86_64" package

Please follow the instructions below to install augeas.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install augeas.x86_64

2. Uninstall "augeas.x86_64" package

Learn how to uninstall augeas.x86_64 on CentOS Stream 8:

$ sudo dnf remove augeas.x86_64 $ sudo dnf autoremove

3. Information about the augeas.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:53:00 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : augeas
Version : 1.12.0
Release : 8.el8
Architecture : x86_64
Size : 57 k
Source : augeas-1.12.0-8.el8.src.rpm
Repository : baseos
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.