How to Install and Uninstall augeas.src Package on Oracle Linux 9

Last updated: May 21,2024

1. Install "augeas.src" package

Please follow the guidelines below to install augeas.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install augeas.src

2. Uninstall "augeas.src" package

Please follow the guidelines below to uninstall augeas.src on Oracle Linux 9:

$ sudo dnf remove augeas.src $ sudo dnf autoremove

3. Information about the augeas.src package on Oracle Linux 9

Last metadata expiration check: 3:00:42 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : augeas
Version : 1.13.0
Release : 5.el9
Architecture : src
Size : 2.5 M
Source : None
Repository : ol9_appstream
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.