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

Last updated: May 11,2024

1. Install "perl-Module-Implementation" package

Please follow the steps below to install perl-Module-Implementation on openSuSE Tumbleweed

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

2. Uninstall "perl-Module-Implementation" package

Please follow the instructions below to uninstall perl-Module-Implementation on openSuSE Tumbleweed:

$ sudo zypper remove perl-Module-Implementation

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

Information for package perl-Module-Implementation:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Module-Implementation
Version : 0.09-1.28
Arch : noarch
Vendor : openSUSE
Installed Size : 24.7 KiB
Installed : No
Status : not installed
Source package : perl-Module-Implementation-0.09-1.28.src
Upstream URL : http://search.cpan.org/dist/Module-Implementation/
Summary : Loads one of several alternate underlying implementations for a module
Description :
This module abstracts out the process of choosing one of several underlying
implementations for a module. This can be used to provide XS and pure Perl
implementations of a module, or it could be used to load an implementation
for a given OS or any other case of needing to provide multiple
implementations.
This module is only useful when you know all the implementations ahead of
time. If you want to load arbitrary implementations then you probably want
something like a plugin system, not this module.