How To Install perl-MooX-File-ConfigDir on Fedora 36

In this tutorial we learn how to install perl-MooX-File-ConfigDir in Fedora 36. perl-MooX-File-ConfigDir is Moo eXtension for File

Introduction

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

What is perl-MooX-File-ConfigDir

This module is a helper for easily find configuration file locations. Whether to use this information for find a suitable place for installing them or looking around for finding any piece of settings, heavily depends on the requirements.

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

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

sudo dnf -y install perl-MooX-File-ConfigDir

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

sudo yum -y install perl-MooX-File-ConfigDir

How To Uninstall perl-MooX-File-ConfigDir on Fedora 36

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

sudo dnf remove perl-MooX-File-ConfigDir

perl-MooX-File-ConfigDir Package Contents on Fedora 36

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

References

Summary

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