How to Install and Uninstall perl-UNIVERSAL-moniker Package on openSUSE Leap

Last updated: November 26,2024

1. Install "perl-UNIVERSAL-moniker" package

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

$ sudo zypper refresh $ sudo zypper install perl-UNIVERSAL-moniker

2. Uninstall "perl-UNIVERSAL-moniker" package

In this section, we are going to explain the necessary steps to uninstall perl-UNIVERSAL-moniker on openSUSE Leap:

$ sudo zypper remove perl-UNIVERSAL-moniker

3. Information about the perl-UNIVERSAL-moniker package on openSUSE Leap

Information for package perl-UNIVERSAL-moniker:
-----------------------------------------------
Repository : Main Repository
Name : perl-UNIVERSAL-moniker
Version : 0.08-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 6.2 KiB
Installed : No
Status : not installed
Source package : perl-UNIVERSAL-moniker-0.08-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/UNIVERSAL-moniker/
Summary : UNIVERAL::moniker
Description :
Class names in Perl often don't sound great when spoken, or look good when
written in prose. For this reason, we tend to say things like "customer" or
"basket" when we are referring to 'My::Site::User::Customer' or
'My::Site::Shop::Basket'. We thought it would be nice if our classes knew
what we would prefer to call them.
This module will add a 'moniker' (and 'plural_moniker') method to
'UNIVERSAL', and so to every class or module.