How to Install and Uninstall augeas.x86_64 Package on Oracle Linux 8

Last updated: May 20,2024

1. Install "augeas.x86_64" package

Please follow the step by step instructions below to install augeas.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install augeas.x86_64

2. Uninstall "augeas.x86_64" package

Please follow the instructions below to uninstall augeas.x86_64 on Oracle Linux 8:

$ sudo dnf remove augeas.x86_64 $ sudo dnf autoremove

3. Information about the augeas.x86_64 package on Oracle Linux 8

Last metadata expiration check: 2:21:51 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : augeas
Version : 1.12.0
Release : 6.el8
Architecture : x86_64
Size : 56 k
Source : augeas-1.12.0-6.el8.src.rpm
Repository : ol8_baseos_latest
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.