How to Install and Uninstall perl-MooseX-Types-Path-Class.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

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

This tutorial shows how to install perl-MooseX-Types-Path-Class.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This guide let you learn how to uninstall perl-MooseX-Types-Path-Class.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-MooseX-Types-Path-Class.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:30:05 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-MooseX-Types-Path-Class
Version : 0.09
Release : 10.el8
Architecture : noarch
Size : 30 k
Source : perl-MooseX-Types-Path-Class-0.09-10.el8.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.