How to Install and Uninstall perl-Moo Package on openSUSE Leap

Last updated: July 01,2024

1. Install "perl-Moo" package

Please follow the step by step instructions below to install perl-Moo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Moo

2. Uninstall "perl-Moo" package

Here is a brief guide to show you how to uninstall perl-Moo on openSUSE Leap:

$ sudo zypper remove perl-Moo

3. Information about the perl-Moo package on openSUSE Leap

Information for package perl-Moo:
---------------------------------
Repository : Main Repository
Name : perl-Moo
Version : 2.003004-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 161.4 KiB
Installed : No
Status : not installed
Source package : perl-Moo-2.003004-bp155.2.12.src
Upstream URL : http://search.cpan.org/dist/Moo/
Summary : Minimalist Object Orientation (with Moose compatibility)
Description :
'Moo' is an extremely light-weight Object Orientation system. It allows one
to concisely define objects and roles with a convenient syntax that avoids
the details of Perl's object system. 'Moo' contains a subset of Moose and
is optimised for rapid startup.
'Moo' avoids depending on any XS modules to allow for simple deployments.
The name 'Moo' is based on the idea that it provides almost -- but not
quite -- two thirds of Moose.
Unlike Mouse this module does not aim at full compatibility with Moose's
surface syntax, preferring instead to provide full interoperability via the
metaclass inflation capabilities described in MOO AND MOOSE.
For a full list of the minor differences between Moose and Moo's surface
syntax, see INCOMPATIBILITIES WITH MOOSE.