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

Last updated: September 19,2024

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

This guide let you learn how to install perl-MooseX-Types-Path-Class.noarch on Rocky Linux 8

$ 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 Rocky Linux 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 Rocky Linux 8

Last metadata expiration check: 0:12:54 ago on Mon Sep 12 10:27:18 2022.
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.