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

Last updated: January 10,2025

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

Please follow the step by step instructions below to install perl-MooseX-Role-Matcher.noarch on Fedora 39

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

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

This is a short guide on how to uninstall perl-MooseX-Role-Matcher.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:18:37 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-MooseX-Role-Matcher
Version : 0.05
Release : 33.fc39
Architecture : noarch
Size : 21 k
Source : perl-MooseX-Role-Matcher-0.05-33.fc39.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.