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

Last updated: June 26,2024

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

Please follow the steps below to install perl-MooseX-Types-Path-Class.noarch on Oracle Linux 9

$ 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 Oracle Linux 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 Oracle Linux 9

Last metadata expiration check: 1:30:19 ago on Thu Feb 15 07:50:05 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.