How to Install and Uninstall augeas-libs.i686 Package on AlmaLinux 9

Last updated: October 11,2024

1. Install "augeas-libs.i686" package

Please follow the guidance below to install augeas-libs.i686 on AlmaLinux 9

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

2. Uninstall "augeas-libs.i686" package

In this section, we are going to explain the necessary steps to uninstall augeas-libs.i686 on AlmaLinux 9:

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

3. Information about the augeas-libs.i686 package on AlmaLinux 9

Last metadata expiration check: 1:21:46 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : augeas-libs
Version : 1.13.0
Release : 5.el9
Architecture : i686
Size : 415 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.