How To Install perl-MooX-ConfigFromFile on Fedora 36

In this tutorial we learn how to install perl-MooX-ConfigFromFile in Fedora 36. perl-MooX-ConfigFromFile is Moo eXtension for initializing objects from configuration file

Introduction

In this tutorial we learn how to install perl-MooX-ConfigFromFile on Fedora 36.

What is perl-MooX-ConfigFromFile

This module is intended to easy load initialization values for attributes on object construction from an appropriate configuration file. The building is done in MooX role is applied.

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

Install perl-MooX-ConfigFromFile 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-MooX-ConfigFromFile using dnf by running the following command:

sudo dnf -y install perl-MooX-ConfigFromFile

Install perl-MooX-ConfigFromFile 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-MooX-ConfigFromFile using yum by running the following command:

sudo yum -y install perl-MooX-ConfigFromFile

How To Uninstall perl-MooX-ConfigFromFile on Fedora 36

To uninstall only the perl-MooX-ConfigFromFile package we can use the following command:

sudo dnf remove perl-MooX-ConfigFromFile

perl-MooX-ConfigFromFile Package Contents on Fedora 36

/usr/share/doc/perl-MooX-ConfigFromFile
/usr/share/doc/perl-MooX-ConfigFromFile/Changes
/usr/share/doc/perl-MooX-ConfigFromFile/README.md
/usr/share/licenses/perl-MooX-ConfigFromFile
/usr/share/licenses/perl-MooX-ConfigFromFile/ARTISTIC-1.0
/usr/share/licenses/perl-MooX-ConfigFromFile/GPL-1
/usr/share/licenses/perl-MooX-ConfigFromFile/LICENSE
/usr/share/man/man3/MooX::ConfigFromFile.3pm.gz
/usr/share/man/man3/MooX::ConfigFromFile::Role.3pm.gz
/usr/share/man/man3/MooX::ConfigFromFile::Role::HashMergeLoaded.3pm.gz
/usr/share/man/man3/MooX::ConfigFromFile::Role::SortedByFilename.3pm.gz
/usr/share/perl5/vendor_perl/MooX
/usr/share/perl5/vendor_perl/MooX/ConfigFromFile
/usr/share/perl5/vendor_perl/MooX/ConfigFromFile.pm
/usr/share/perl5/vendor_perl/MooX/ConfigFromFile/Role
/usr/share/perl5/vendor_perl/MooX/ConfigFromFile/Role.pm
/usr/share/perl5/vendor_perl/MooX/ConfigFromFile/Role/HashMergeLoaded.pm
/usr/share/perl5/vendor_perl/MooX/ConfigFromFile/Role/SortedByFilename.pm

References

Summary

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