How To Install perl-MooX-HandlesVia on Fedora 36

In this tutorial we learn how to install perl-MooX-HandlesVia in Fedora 36. perl-MooX-HandlesVia is NativeTrait-like behavior for Moo

Introduction

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

What is perl-MooX-HandlesVia

MooX functionality. It provides a means of proxying functionality from an external class to the given atttribute. This is most commonly used as a way to emulate ‘Native Trait’ behavior that has become commonplace in Moose code, for which there was no Moo alternative.

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

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

sudo dnf -y install perl-MooX-HandlesVia

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

sudo yum -y install perl-MooX-HandlesVia

How To Uninstall perl-MooX-HandlesVia on Fedora 36

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

sudo dnf remove perl-MooX-HandlesVia

perl-MooX-HandlesVia Package Contents on Fedora 36

/usr/share/doc/perl-MooX-HandlesVia
/usr/share/doc/perl-MooX-HandlesVia/Changes
/usr/share/doc/perl-MooX-HandlesVia/TODO
/usr/share/licenses/perl-MooX-HandlesVia
/usr/share/licenses/perl-MooX-HandlesVia/LICENSE
/usr/share/man/man3/Data::Perl::Bool::MooseLike.3pm.gz
/usr/share/man/man3/Data::Perl::Collection::Array::MooseLike.3pm.gz
/usr/share/man/man3/Data::Perl::Collection::Hash::MooseLike.3pm.gz
/usr/share/man/man3/Data::Perl::Number::MooseLike.3pm.gz
/usr/share/man/man3/Data::Perl::String::MooseLike.3pm.gz
/usr/share/man/man3/MooX::HandlesVia.3pm.gz
/usr/share/perl5/vendor_perl/Data
/usr/share/perl5/vendor_perl/Data/Perl
/usr/share/perl5/vendor_perl/Data/Perl/Bool
/usr/share/perl5/vendor_perl/Data/Perl/Bool/MooseLike.pm
/usr/share/perl5/vendor_perl/Data/Perl/Collection
/usr/share/perl5/vendor_perl/Data/Perl/Collection/Array
/usr/share/perl5/vendor_perl/Data/Perl/Collection/Array/MooseLike.pm
/usr/share/perl5/vendor_perl/Data/Perl/Collection/Hash
/usr/share/perl5/vendor_perl/Data/Perl/Collection/Hash/MooseLike.pm
/usr/share/perl5/vendor_perl/Data/Perl/Number
/usr/share/perl5/vendor_perl/Data/Perl/Number/MooseLike.pm
/usr/share/perl5/vendor_perl/Data/Perl/String
/usr/share/perl5/vendor_perl/Data/Perl/String/MooseLike.pm
/usr/share/perl5/vendor_perl/MooX
/usr/share/perl5/vendor_perl/MooX/HandlesVia.pm

References

Summary

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