How to Install and Uninstall augeas-libs.x86_64 Package on Rocky Linux 9

Last updated: September 28,2024

1. Install "augeas-libs.x86_64" package

Please follow the guidelines below to install augeas-libs.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install augeas-libs.x86_64

2. Uninstall "augeas-libs.x86_64" package

This guide let you learn how to uninstall augeas-libs.x86_64 on Rocky Linux 9:

$ sudo dnf remove augeas-libs.x86_64 $ sudo dnf autoremove

3. Information about the augeas-libs.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:01:13 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : augeas-libs
Version : 1.13.0
Release : 5.el9
Architecture : x86_64
Size : 405 k
Source : augeas-1.13.0-5.el9.src.rpm
Repository : appstream
Summary : Libraries for augeas
URL : http://augeas.net/
License : LGPLv2+
Description : The libraries for augeas.
:
: Augeas is a library for programmatically editing configuration files. It 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.