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

Last updated: July 03,2024

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

Please follow the instructions below to install perl-MouseX-Types-Path-Class on openSUSE Leap

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

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

Here is a brief guide to show you how to uninstall perl-MouseX-Types-Path-Class on openSUSE Leap:

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

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

Information for package perl-MouseX-Types-Path-Class:
-----------------------------------------------------
Repository : Main Repository
Name : perl-MouseX-Types-Path-Class
Version : 0.07-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 9.6 KiB
Installed : No
Status : not installed
Source package : perl-MouseX-Types-Path-Class-0.07-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/MouseX-Types-Path-Class/
Summary : Path::Class type library for Mouse
Description :
MouseX::Types::Path::Class creates common Mouse types, coercions and option
specifications useful for dealing with Path::Class objects as Mouse
attributes.
Coercions (see Mouse::Util::TypeConstraints) are made from both 'Str' and
'ArrayRef' to both Path::Class::Dir and Path::Class::File objects. If you
have MouseX::Getopt installed, the Getopt option type ("=s") will be added
for both Path::Class::Dir and Path::Class::File.