How to Install and Uninstall perl-MouseX-Types-Path-Class.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-MouseX-Types-Path-Class.noarch" package

Please follow the step by step instructions below to install perl-MouseX-Types-Path-Class.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-MouseX-Types-Path-Class.noarch

2. Uninstall "perl-MouseX-Types-Path-Class.noarch" package

Please follow the guidelines below to uninstall perl-MouseX-Types-Path-Class.noarch on Fedora 34:

$ sudo dnf remove perl-MouseX-Types-Path-Class.noarch $ sudo dnf autoremove

3. Information about the perl-MouseX-Types-Path-Class.noarch package on Fedora 34

Last metadata expiration check: 0:55:04 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-MouseX-Types-Path-Class
Version : 0.07
Release : 22.fc34
Architecture : noarch
Size : 13 k
Source : perl-MouseX-Types-Path-Class-0.07-22.fc34.src.rpm
Repository : fedora
Summary : A Path::Class type library for Mouse
URL : https://metacpan.org/release/MouseX-Types-Path-Class
License : GPL+ or Artistic
Description : MouseX::Types::Path::Class creates common Mouse types, coercions and option
: specifications useful for dealing with Path::Class objects as Mouse attributes.
:
: Coercions (see Mouse::Util::TypeConstraints) are made from both Str and
: ArrayRef to both Path::Class::Dir and Path::Class::File objects. If you have
: MouseX::Getopt installed, the Getopt option type ("=s") will be added for both
: Path::Class::Dir and Path::Class::File.