How To Install perl-MooseX-Types-Structured on Fedora 36

In this tutorial we learn how to install perl-MooseX-Types-Structured in Fedora 36. perl-MooseX-Types-Structured is Structured Type Constraints for Moose

Introduction

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

What is perl-MooseX-Types-Structured

A structured type constraint is a standard container Moose type constraint, such as an ArrayRef or HashRef, which has been enhanced to allow you to explicitly name all the allowed type constraints inside the structure.

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

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

sudo dnf -y install perl-MooseX-Types-Structured

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

sudo yum -y install perl-MooseX-Types-Structured

How To Uninstall perl-MooseX-Types-Structured on Fedora 36

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

sudo dnf remove perl-MooseX-Types-Structured

perl-MooseX-Types-Structured Package Contents on Fedora 36

/usr/share/doc/perl-MooseX-Types-Structured
/usr/share/doc/perl-MooseX-Types-Structured/Changes
/usr/share/doc/perl-MooseX-Types-Structured/README
/usr/share/licenses/perl-MooseX-Types-Structured
/usr/share/licenses/perl-MooseX-Types-Structured/LICENSE
/usr/share/man/man3/MooseX::Meta::TypeCoercion::Structured.3pm.gz
/usr/share/man/man3/MooseX::Meta::TypeCoercion::Structured::Optional.3pm.gz
/usr/share/man/man3/MooseX::Meta::TypeConstraint::Structured.3pm.gz
/usr/share/man/man3/MooseX::Meta::TypeConstraint::Structured::Optional.3pm.gz
/usr/share/man/man3/MooseX::Types::Structured.3pm.gz
/usr/share/man/man3/MooseX::Types::Structured::MessageStack.3pm.gz
/usr/share/man/man3/MooseX::Types::Structured::OverflowHandler.3pm.gz
/usr/share/perl5/vendor_perl/MooseX
/usr/share/perl5/vendor_perl/MooseX/Meta
/usr/share/perl5/vendor_perl/MooseX/Meta/TypeCoercion
/usr/share/perl5/vendor_perl/MooseX/Meta/TypeCoercion/Structured
/usr/share/perl5/vendor_perl/MooseX/Meta/TypeCoercion/Structured.pm
/usr/share/perl5/vendor_perl/MooseX/Meta/TypeCoercion/Structured/Optional.pm
/usr/share/perl5/vendor_perl/MooseX/Meta/TypeConstraint
/usr/share/perl5/vendor_perl/MooseX/Meta/TypeConstraint/Structured
/usr/share/perl5/vendor_perl/MooseX/Meta/TypeConstraint/Structured.pm
/usr/share/perl5/vendor_perl/MooseX/Meta/TypeConstraint/Structured/Optional.pm
/usr/share/perl5/vendor_perl/MooseX/Types
/usr/share/perl5/vendor_perl/MooseX/Types/Structured
/usr/share/perl5/vendor_perl/MooseX/Types/Structured.pm
/usr/share/perl5/vendor_perl/MooseX/Types/Structured/MessageStack.pm
/usr/share/perl5/vendor_perl/MooseX/Types/Structured/OverflowHandler.pm

References

Summary

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