How to Install and Uninstall augeas-libs.i686 Package on Fedora 38

Last updated: January 12,2025

1. Install "augeas-libs.i686" package

This guide covers the steps necessary to install augeas-libs.i686 on Fedora 38

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

2. Uninstall "augeas-libs.i686" package

Here is a brief guide to show you how to uninstall augeas-libs.i686 on Fedora 38:

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

3. Information about the augeas-libs.i686 package on Fedora 38

Last metadata expiration check: 0:52:10 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : augeas-libs
Version : 1.13.0
Release : 4.fc38
Architecture : i686
Size : 455 k
Source : augeas-1.13.0-4.fc38.src.rpm
Repository : fedora
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.