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

Last updated: May 12,2024

1. Install "perl-Module-Implementation" package

Here is a brief guide to show you how to install perl-Module-Implementation on openSUSE Leap

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

2. Uninstall "perl-Module-Implementation" package

Please follow the step by step instructions below to uninstall perl-Module-Implementation on openSUSE Leap:

$ sudo zypper remove perl-Module-Implementation

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

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