How To Install perl-MooseX-MultiInitArg on Fedora 36

In this tutorial we learn how to install perl-MooseX-MultiInitArg in Fedora 36. perl-MooseX-MultiInitArg is Attributes with aliases for constructor arguments

Introduction

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

What is perl-MooseX-MultiInitArg

If you’ve ever wanted to be able to call an attribute any number of things while you’re passing arguments to your object constructor, Now You Can. This is an attribute metaclass / trait to allow easy new()-time attribute aliasing.

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

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

sudo dnf -y install perl-MooseX-MultiInitArg

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

sudo yum -y install perl-MooseX-MultiInitArg

How To Uninstall perl-MooseX-MultiInitArg on Fedora 36

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

sudo dnf remove perl-MooseX-MultiInitArg

perl-MooseX-MultiInitArg Package Contents on Fedora 36

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

References

Summary

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