How To Install perl-MooseX-Params-Validate on Fedora 36

In this tutorial we learn how to install perl-MooseX-Params-Validate in Fedora 36. perl-MooseX-Params-Validate is Extension of Params

Introduction

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

What is perl-MooseX-Params-Validate

This module fills a gap in Moose by adding method parameter validation to Moose. This is just one of many developing options, it should be considered the “official” one by any means though.

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

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

sudo dnf -y install perl-MooseX-Params-Validate

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

sudo yum -y install perl-MooseX-Params-Validate

How To Uninstall perl-MooseX-Params-Validate on Fedora 36

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

sudo dnf remove perl-MooseX-Params-Validate

perl-MooseX-Params-Validate Package Contents on Fedora 36

/usr/share/doc/perl-MooseX-Params-Validate
/usr/share/doc/perl-MooseX-Params-Validate/Changes
/usr/share/doc/perl-MooseX-Params-Validate/README.md
/usr/share/doc/perl-MooseX-Params-Validate/t
/usr/share/doc/perl-MooseX-Params-Validate/t/00-compile.t
/usr/share/doc/perl-MooseX-Params-Validate/t/00-report-prereqs.dd
/usr/share/doc/perl-MooseX-Params-Validate/t/00-report-prereqs.t
/usr/share/doc/perl-MooseX-Params-Validate/t/001_basic.t
/usr/share/doc/perl-MooseX-Params-Validate/t/002_basic_list.t
/usr/share/doc/perl-MooseX-Params-Validate/t/003_nocache_flag.t
/usr/share/doc/perl-MooseX-Params-Validate/t/004_custom_cache_key.t
/usr/share/doc/perl-MooseX-Params-Validate/t/005_coercion.t
/usr/share/doc/perl-MooseX-Params-Validate/t/006_not_moose.t
/usr/share/doc/perl-MooseX-Params-Validate/t/007_deprecated.t
/usr/share/doc/perl-MooseX-Params-Validate/t/008_positional.t
/usr/share/doc/perl-MooseX-Params-Validate/t/009_wrapped.t
/usr/share/doc/perl-MooseX-Params-Validate/t/010_overloaded.t
/usr/share/doc/perl-MooseX-Params-Validate/t/011_allow_extra.t
/usr/share/doc/perl-MooseX-Params-Validate/t/012_ref_as_first_param.t
/usr/share/doc/perl-MooseX-Params-Validate/t/013_tc_message.t
/usr/share/doc/perl-MooseX-Params-Validate/t/014_anon_does.t
/usr/share/doc/perl-MooseX-Params-Validate/t/author-eol.t
/usr/share/doc/perl-MooseX-Params-Validate/t/author-no-tabs.t
/usr/share/doc/perl-MooseX-Params-Validate/t/author-pod-spell.t
/usr/share/doc/perl-MooseX-Params-Validate/t/release-cpan-changes.t
/usr/share/doc/perl-MooseX-Params-Validate/t/release-pod-coverage.t
/usr/share/doc/perl-MooseX-Params-Validate/t/release-pod-linkcheck.t
/usr/share/doc/perl-MooseX-Params-Validate/t/release-pod-no404s.t
/usr/share/doc/perl-MooseX-Params-Validate/t/release-pod-syntax.t
/usr/share/doc/perl-MooseX-Params-Validate/t/release-portability.t
/usr/share/doc/perl-MooseX-Params-Validate/t/release-synopsis.t
/usr/share/doc/perl-MooseX-Params-Validate/t/release-test-version.t
/usr/share/doc/perl-MooseX-Params-Validate/t/release-tidyall.t
/usr/share/licenses/perl-MooseX-Params-Validate
/usr/share/licenses/perl-MooseX-Params-Validate/LICENSE
/usr/share/man/man3/MooseX::Params::Validate.3pm.gz
/usr/share/man/man3/MooseX::Params::Validate::Exception::ValidationFailedForTypeConstraint.3pm.gz
/usr/share/perl5/vendor_perl/MooseX
/usr/share/perl5/vendor_perl/MooseX/Params
/usr/share/perl5/vendor_perl/MooseX/Params/Validate
/usr/share/perl5/vendor_perl/MooseX/Params/Validate.pm
/usr/share/perl5/vendor_perl/MooseX/Params/Validate/Exception
/usr/share/perl5/vendor_perl/MooseX/Params/Validate/Exception/ValidationFailedForTypeConstraint.pm

References

Summary

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