How To Install perl-MooseX-Configuration on Fedora 36

In this tutorial we learn how to install perl-MooseX-Configuration in Fedora 36. perl-MooseX-Configuration is Define attributes which come from configuration files

Introduction

In this tutorial we learn how to install perl-MooseX-Configuration on Fedora 36.

What is perl-MooseX-Configuration

This module lets you define attributes which can come from a configuration file. It also adds a role to your class which allows you to write a configuration file.

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

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

sudo dnf -y install perl-MooseX-Configuration

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

sudo yum -y install perl-MooseX-Configuration

How To Uninstall perl-MooseX-Configuration on Fedora 36

To uninstall only the perl-MooseX-Configuration package we can use the following command:

sudo dnf remove perl-MooseX-Configuration

perl-MooseX-Configuration Package Contents on Fedora 36

/usr/share/doc/perl-MooseX-Configuration
/usr/share/doc/perl-MooseX-Configuration/Changes
/usr/share/doc/perl-MooseX-Configuration/README
/usr/share/licenses/perl-MooseX-Configuration
/usr/share/licenses/perl-MooseX-Configuration/LICENSE
/usr/share/man/man3/MooseX::Configuration.3pm.gz
/usr/share/perl5/vendor_perl/MooseX
/usr/share/perl5/vendor_perl/MooseX/Configuration
/usr/share/perl5/vendor_perl/MooseX/Configuration.pm
/usr/share/perl5/vendor_perl/MooseX/Configuration/Trait
/usr/share/perl5/vendor_perl/MooseX/Configuration/Trait/Attribute
/usr/share/perl5/vendor_perl/MooseX/Configuration/Trait/Attribute.pm
/usr/share/perl5/vendor_perl/MooseX/Configuration/Trait/Attribute/ConfigKey.pm
/usr/share/perl5/vendor_perl/MooseX/Configuration/Trait/Object.pm

References

Summary

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