How to Install and Uninstall perl-MooseX-Meta-TypeConstraint-Mooish.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "perl-MooseX-Meta-TypeConstraint-Mooish.noarch" package

In this section, we are going to explain the necessary steps to install perl-MooseX-Meta-TypeConstraint-Mooish.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-MooseX-Meta-TypeConstraint-Mooish.noarch

2. Uninstall "perl-MooseX-Meta-TypeConstraint-Mooish.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-MooseX-Meta-TypeConstraint-Mooish.noarch on Fedora 36:

$ sudo dnf remove perl-MooseX-Meta-TypeConstraint-Mooish.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-Meta-TypeConstraint-Mooish.noarch package on Fedora 36

Last metadata expiration check: 2:55:05 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-MooseX-Meta-TypeConstraint-Mooish
Version : 0.001
Release : 22.fc36
Architecture : noarch
Size : 27 k
Source : perl-MooseX-Meta-TypeConstraint-Mooish-0.001-22.fc36.src.rpm
Repository : fedora
Summary : Translate Moo-style constraints to Moose-style
URL : https://metacpan.org/release/MooseX-Meta-TypeConstraint-Mooish
License : LGPLv2
Description : 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.