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

Last updated: November 27,2024

1. Install "perl-Class-MakeMethods" package

Please follow the guidelines below to install perl-Class-MakeMethods on openSUSE Leap

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

2. Uninstall "perl-Class-MakeMethods" package

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

$ sudo zypper remove perl-Class-MakeMethods

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

Information for package perl-Class-MakeMethods:
-----------------------------------------------
Repository : Main Repository
Name : perl-Class-MakeMethods
Version : 1.01-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : perl-Class-MakeMethods-1.01-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Class-MakeMethods/
Summary : Generate common types of methods
Description :
The Class::MakeMethods framework allows Perl class developers to quickly
define common types of methods. When a module uses Class::MakeMethods or
one of its subclasses, it can select from a variety of supported method
types, and specify a name for each method desired. The methods are
dynamically generated and installed in the calling package.