How To Install perl-MooseX-Meta-TypeConstraint-Mooish on Fedora 36

In this tutorial we learn how to install perl-MooseX-Meta-TypeConstraint-Mooish in Fedora 36. perl-MooseX-Meta-TypeConstraint-Mooish is Translate Moo-style constraints to Moose-style

Introduction

In this tutorial we learn how to install perl-MooseX-Meta-TypeConstraint-Mooish on Fedora 36.

What is perl-MooseX-Meta-TypeConstraint-Mooish

Moose type constraints are expected to return true if the value passes the constraint, and false otherwise; Moo constraints, on the other hand, die if validation fails. This meta-class allows for Moo-style constraints. It will wrap them and translate their Moo into a dialect Moose understands.

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

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

sudo dnf -y install perl-MooseX-Meta-TypeConstraint-Mooish

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

sudo yum -y install perl-MooseX-Meta-TypeConstraint-Mooish

How To Uninstall perl-MooseX-Meta-TypeConstraint-Mooish on Fedora 36

To uninstall only the perl-MooseX-Meta-TypeConstraint-Mooish package we can use the following command:

sudo dnf remove perl-MooseX-Meta-TypeConstraint-Mooish

perl-MooseX-Meta-TypeConstraint-Mooish Package Contents on Fedora 36

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

References

Summary

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