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

Last updated: May 14,2024

1. Install "perl-Moose" package

Here is a brief guide to show you how to install perl-Moose on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Moose

2. Uninstall "perl-Moose" package

This guide covers the steps necessary to uninstall perl-Moose on openSUSE Leap:

$ sudo zypper remove perl-Moose

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

Information for package perl-Moose:
-----------------------------------
Repository : Main Repository
Name : perl-Moose
Version : 2.2010-bp155.2.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.1 MiB
Installed : No
Status : not installed
Source package : perl-Moose-2.2010-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Moose/
Summary : Postmodern Object System for Perl 5
Description :
Moose is an extension of the Perl 5 object system.
The main goal of Moose is to make Perl 5 Object Oriented programming
easier, more consistent, and less tedious. With Moose you can think more
about what you want to do and less about the mechanics of OOP.
Additionally, Moose is built on top of Class::MOP, which is a metaclass
system for Perl 5. This means that Moose not only makes building normal
Perl 5 objects better, but it provides the power of metaclass programming
as well.