How to Install and Uninstall perl-Module-Pluggable Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "perl-Module-Pluggable" package

Please follow the guidelines below to install perl-Module-Pluggable on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Module-Pluggable

2. Uninstall "perl-Module-Pluggable" package

Please follow the steps below to uninstall perl-Module-Pluggable on openSuSE Tumbleweed:

$ sudo zypper remove perl-Module-Pluggable

3. Information about the perl-Module-Pluggable package on openSuSE Tumbleweed

Information for package perl-Module-Pluggable:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Module-Pluggable
Version : 5.2-1.29
Arch : noarch
Vendor : openSUSE
Installed Size : 53.2 KiB
Installed : No
Status : not installed
Source package : perl-Module-Pluggable-5.2-1.29.src
Upstream URL : http://search.cpan.org/dist/Module-Pluggable/
Summary : Automatically Give Your Module the Ability to Have Plugins
Description :
Provides a simple but, hopefully, extensible way of having 'plugins' for
your module. Obviously this isn't going to be the be all and end all of
solutions but it works for me.
Essentially all it does is export a method into your namespace that looks
through a search path for .pm files and turn those into class names.
Optionally it instantiates those classes for you.