How to Install and Uninstall perl-Class-Multimethods Package on openSUSE Leap

Last updated: November 23,2024

1. Install "perl-Class-Multimethods" package

Please follow the steps below to install perl-Class-Multimethods on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Class-Multimethods

2. Uninstall "perl-Class-Multimethods" package

Please follow the guidelines below to uninstall perl-Class-Multimethods on openSUSE Leap:

$ sudo zypper remove perl-Class-Multimethods

3. Information about the perl-Class-Multimethods package on openSUSE Leap

Information for package perl-Class-Multimethods:
------------------------------------------------
Repository : Main Repository
Name : perl-Class-Multimethods
Version : 1.701-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 96.4 KiB
Installed : No
Status : not installed
Source package : perl-Class-Multimethods-1.701-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/Class-Multimethods/
Summary : Support multimethods and function overloading in Perl
Description :
The Class:Multimethod module exports a subroutine (&multimethod) that can
be used to declare other subroutines that are dispatched using a algorithm
different from the normal Perl subroutine or method dispatch mechanism.