How to Install and Uninstall perl-MooseX-Types-Path-Class Package on openSUSE Leap

Last updated: June 28,2024

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

Please follow the step by step instructions below to install perl-MooseX-Types-Path-Class on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-MooseX-Types-Path-Class

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

In this section, we are going to explain the necessary steps to uninstall perl-MooseX-Types-Path-Class on openSUSE Leap:

$ sudo zypper remove perl-MooseX-Types-Path-Class

3. Information about the perl-MooseX-Types-Path-Class package on openSUSE Leap

Information for package perl-MooseX-Types-Path-Class:
-----------------------------------------------------
Repository : Main Repository
Name : perl-MooseX-Types-Path-Class
Version : 0.09-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 30.2 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-Types-Path-Class-0.09-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/MooseX-Types-Path-Class/
Summary : Path::Class type library for Moose
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.