How To Install perl-Config-Augeas on Fedora 36

In this tutorial we learn how to install perl-Config-Augeas in Fedora 36. perl-Config-Augeas is Edit configuration files through Augeas C library

Introduction

In this tutorial we learn how to install perl-Config-Augeas on Fedora 36.

What is perl-Config-Augeas

Augeas is a library and command line tool that focuses on the most basic problem in handling Linux configurations programmatically configuration files in a controlled manner.

We can use yum or dnf to install perl-Config-Augeas on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Config-Augeas.

Install perl-Config-Augeas on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Config-Augeas using dnf by running the following command:

sudo dnf -y install perl-Config-Augeas

Install perl-Config-Augeas on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Config-Augeas using yum by running the following command:

sudo yum -y install perl-Config-Augeas

How To Uninstall perl-Config-Augeas on Fedora 36

To uninstall only the perl-Config-Augeas package we can use the following command:

sudo dnf remove perl-Config-Augeas

perl-Config-Augeas Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/f08e88ef3428cfc6fe87640aac5ddf846d31d1
/usr/lib64/perl5/vendor_perl/Config
/usr/lib64/perl5/vendor_perl/Config/Augeas.pm
/usr/lib64/perl5/vendor_perl/auto/Config
/usr/lib64/perl5/vendor_perl/auto/Config/Augeas
/usr/lib64/perl5/vendor_perl/auto/Config/Augeas/Augeas.so
/usr/share/doc/perl-Config-Augeas
/usr/share/doc/perl-Config-Augeas/ChangeLog
/usr/share/doc/perl-Config-Augeas/README
/usr/share/man/man3/Config::Augeas.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Config-Augeas on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).