How To Install perl-MooseX-Types-Path-Class on Rocky Linux 8

In this tutorial we learn how to install perl-MooseX-Types-Path-Class on Rocky Linux 8. perl-MooseX-Types-Path-Class is A Path

Introduction

In this tutorial we learn how to install perl-MooseX-Types-Path-Class on Rocky Linux 8.

What is perl-MooseX-Types-Path-Class

MooseX specifications useful for dealing with Path Coercions (see Moose ‘ArrayRef’ to both Path have MooseX for both Path

We can use yum or dnf to install perl-MooseX-Types-Path-Class on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-MooseX-Types-Path-Class.

Install perl-MooseX-Types-Path-Class on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-MooseX-Types-Path-Class using dnf by running the following command:

sudo dnf -y install perl-MooseX-Types-Path-Class

Install perl-MooseX-Types-Path-Class on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-MooseX-Types-Path-Class using yum by running the following command:

sudo yum -y install perl-MooseX-Types-Path-Class

How To Uninstall perl-MooseX-Types-Path-Class on Rocky Linux 8

To uninstall only the perl-MooseX-Types-Path-Class package we can use the following command:

sudo dnf remove perl-MooseX-Types-Path-Class

perl-MooseX-Types-Path-Class Package Contents on Rocky Linux 8

/usr/share/doc/perl-MooseX-Types-Path-Class
/usr/share/doc/perl-MooseX-Types-Path-Class/Changes
/usr/share/doc/perl-MooseX-Types-Path-Class/README
/usr/share/doc/perl-MooseX-Types-Path-Class/t
/usr/share/doc/perl-MooseX-Types-Path-Class/t/00-report-prereqs.dd
/usr/share/doc/perl-MooseX-Types-Path-Class/t/00-report-prereqs.t
/usr/share/doc/perl-MooseX-Types-Path-Class/t/01-basic.t
/usr/share/doc/perl-MooseX-Types-Path-Class/t/02-getopt.t
/usr/share/doc/perl-MooseX-Types-Path-Class/t/03-subtype.t
/usr/share/doc/perl-MooseX-Types-Path-Class/t/zzz-check-breaks.t
/usr/share/licenses/perl-MooseX-Types-Path-Class
/usr/share/licenses/perl-MooseX-Types-Path-Class/LICENSE
/usr/share/man/man3/MooseX::Types::Path::Class.3pm.gz
/usr/share/perl5/vendor_perl/MooseX
/usr/share/perl5/vendor_perl/MooseX/Types
/usr/share/perl5/vendor_perl/MooseX/Types/Path
/usr/share/perl5/vendor_perl/MooseX/Types/Path/Class.pm

References

Summary

In this tutorial we learn how to install perl-MooseX-Types-Path-Class on Rocky Linux 8 using yum and dnf.