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

Last updated: May 02,2024

1. Install "perl-Module-Install" package

This guide let you learn how to install perl-Module-Install on openSUSE Leap

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

2. Uninstall "perl-Module-Install" package

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

$ sudo zypper remove perl-Module-Install

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

Information for package perl-Module-Install:
--------------------------------------------
Repository : Main Repository
Name : perl-Module-Install
Version : 1.19-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 357.5 KiB
Installed : No
Status : not installed
Source package : perl-Module-Install-1.19-bp155.2.11.src
Upstream URL : http://search.cpan.org/dist/Module-Install/
Summary : Standalone, extensible Perl module installer
Description :
*Module::Install* is a package for writing installers for CPAN (or
CPAN-like) distributions that are clean, simple, minimalist, act in a
strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl
installation version 5.005 or newer.
The intent is to make it as easy as possible for CPAN authors (and
especially for first-time CPAN authors) to have installers that follow all
the best practices for distribution installation, but involve as much DWIM
(Do What I Mean) as possible when writing them.