How To Install perl-MooseX-Util on Fedora 36

In this tutorial we learn how to install perl-MooseX-Util in Fedora 36. perl-MooseX-Util is Moose

Introduction

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

What is perl-MooseX-Util

This Perl module handles all of the same functions that Moose In fact, most of the functions are simply re-exports from Moose However, we’ve re-implemented a number of the functions, for a variety of reasons.

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

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

sudo dnf -y install perl-MooseX-Util

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

sudo yum -y install perl-MooseX-Util

How To Uninstall perl-MooseX-Util on Fedora 36

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

sudo dnf remove perl-MooseX-Util

perl-MooseX-Util Package Contents on Fedora 36

/usr/share/doc/perl-MooseX-Util
/usr/share/doc/perl-MooseX-Util/Changes
/usr/share/doc/perl-MooseX-Util/README
/usr/share/licenses/perl-MooseX-Util
/usr/share/licenses/perl-MooseX-Util/LICENSE
/usr/share/man/man3/MooseX::Util.3pm.gz
/usr/share/man/man3/MooseX::Util::Meta::Class.3pm.gz
/usr/share/perl5/vendor_perl/MooseX
/usr/share/perl5/vendor_perl/MooseX/Util
/usr/share/perl5/vendor_perl/MooseX/Util.pm
/usr/share/perl5/vendor_perl/MooseX/Util/Meta
/usr/share/perl5/vendor_perl/MooseX/Util/Meta/Class.pm

References

Summary

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