How to Install and Uninstall perl-Module-Pluggable Package on openSUSE Leap

Last updated: February 16,2025

1. Install "perl-Module-Pluggable" package

Learn how to install perl-Module-Pluggable on openSUSE Leap

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

2. Uninstall "perl-Module-Pluggable" package

Learn how to uninstall perl-Module-Pluggable on openSUSE Leap:

$ sudo zypper remove perl-Module-Pluggable

3. Information about the perl-Module-Pluggable package on openSUSE Leap

Information for package perl-Module-Pluggable:
----------------------------------------------
Repository : Main Repository
Name : perl-Module-Pluggable
Version : 5.2-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 53.8 KiB
Installed : No
Status : not installed
Source package : perl-Module-Pluggable-5.2-1.24.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.