How to Install and Uninstall perl-Class-MakeMethods Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "perl-Class-MakeMethods" package

This guide covers the steps necessary to install perl-Class-MakeMethods on openSuSE Tumbleweed

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

2. Uninstall "perl-Class-MakeMethods" package

Please follow the guidance below to uninstall perl-Class-MakeMethods on openSuSE Tumbleweed:

$ sudo zypper remove perl-Class-MakeMethods

3. Information about the perl-Class-MakeMethods package on openSuSE Tumbleweed

Information for package perl-Class-MakeMethods:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Class-MakeMethods
Version : 1.01-9.30
Arch : noarch
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : perl-Class-MakeMethods-1.01-9.30.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.