How to Install and Uninstall perl-Moo Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-Moo" package

Please follow the guidance below to install perl-Moo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Moo

2. Uninstall "perl-Moo" package

Please follow the instructions below to uninstall perl-Moo on openSuSE Tumbleweed:

$ sudo zypper remove perl-Moo

3. Information about the perl-Moo package on openSuSE Tumbleweed

Information for package perl-Moo:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Moo
Version : 2.005005-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 186.2 KiB
Installed : No
Status : not installed
Source package : perl-Moo-2.005005-1.4.src
Upstream URL : https://metacpan.org/release/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. As such, the Moose::Manual can serve as an
effective guide to 'Moo' aside from the MOP and Types sections.
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.