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

Last updated: September 24,2024

1. Install "augeas-libs.x86_64" package

This tutorial shows how to install augeas-libs.x86_64 on Fedora 35

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

2. Uninstall "augeas-libs.x86_64" package

Please follow the guidance below to uninstall augeas-libs.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:28:20 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : augeas-libs
Version : 1.13.0
Release : 1.fc35
Architecture : x86_64
Size : 405 k
Source : augeas-1.13.0-1.fc35.src.rpm
Repository : updates
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.