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

Last updated: October 05,2024

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

Please follow the step by step instructions below to install perl-MooseX-Meta-TypeConstraint-Mooish.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-MooseX-Meta-TypeConstraint-Mooish.noarch on Fedora 34:

$ 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 34

Last metadata expiration check: 0:32:53 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-MooseX-Meta-TypeConstraint-Mooish
Version : 0.001
Release : 19.fc34
Architecture : noarch
Size : 27 k
Source : perl-MooseX-Meta-TypeConstraint-Mooish-0.001-19.fc34.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.