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

Last updated: July 01,2024

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

This guide covers the steps necessary to install perl-MooseX-Types-Path-Class.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall perl-MooseX-Types-Path-Class.noarch on Fedora 34:

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

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

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