How to Install and Uninstall perl-MooseX-Types-Path-Class.noarch Package on AlmaLinux 9

Last updated: October 06,2024

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

In this section, we are going to explain the necessary steps to install perl-MooseX-Types-Path-Class.noarch on AlmaLinux 9

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

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

Please follow the guidelines below to uninstall perl-MooseX-Types-Path-Class.noarch on AlmaLinux 9:

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

3. Information about the perl-MooseX-Types-Path-Class.noarch package on AlmaLinux 9

Last metadata expiration check: 1:15:49 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-MooseX-Types-Path-Class
Version : 0.09
Release : 19.el9
Architecture : noarch
Size : 26 k
Source : perl-MooseX-Types-Path-Class-0.09-19.el9.src.rpm
Repository : epel
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.