How to Install and Uninstall perl-MooseX-Role-Matcher.noarch Package on Fedora 34

Last updated: September 22,2024

1. Install "perl-MooseX-Role-Matcher.noarch" package

Learn how to install perl-MooseX-Role-Matcher.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-MooseX-Role-Matcher.noarch

2. Uninstall "perl-MooseX-Role-Matcher.noarch" package

This tutorial shows how to uninstall perl-MooseX-Role-Matcher.noarch on Fedora 34:

$ sudo dnf remove perl-MooseX-Role-Matcher.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-Role-Matcher.noarch package on Fedora 34

Last metadata expiration check: 2:03:45 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-MooseX-Role-Matcher
Version : 0.05
Release : 26.fc34
Architecture : noarch
Size : 22 k
Source : perl-MooseX-Role-Matcher-0.05-26.fc34.src.rpm
Repository : fedora
Summary : Generic object matching based on attributes and methods
URL : https://metacpan.org/release/MooseX-Role-Matcher
License : GPL+ or Artistic
Description : This role adds flexible matching and searching capabilities to your Moose
: class. It provides a match method, which tests attributes and methods of
: your object against strings, regexes, or coderefs, and also provides
: several class methods for using match on lists of objects.