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

Last updated: May 20,2024

1. Install "perl-Module-Install" package

This guide covers the steps necessary to install perl-Module-Install on openSuSE Tumbleweed

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

2. Uninstall "perl-Module-Install" package

This guide let you learn how to uninstall perl-Module-Install on openSuSE Tumbleweed:

$ sudo zypper remove perl-Module-Install

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

Information for package perl-Module-Install:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Module-Install
Version : 1.21-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 346.0 KiB
Installed : No
Status : not installed
Source package : perl-Module-Install-1.21-1.4.src
Upstream URL : https://metacpan.org/release/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.