How to Install and Uninstall augeas-libs.x86_64 Package on Fedora 39

Last updated: February 06,2025

1. Install "augeas-libs.x86_64" package

This is a short guide on how to install augeas-libs.x86_64 on Fedora 39

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

2. Uninstall "augeas-libs.x86_64" package

Please follow the guidelines below to uninstall augeas-libs.x86_64 on Fedora 39:

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

3. Information about the augeas-libs.x86_64 package on Fedora 39

Last metadata expiration check: 3:13:40 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : augeas-libs
Version : 1.13.0
Release : 5.fc39
Architecture : x86_64
Size : 446 k
Source : augeas-1.13.0-5.fc39.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.