How to Install and Uninstall perl-List-MoreUtils Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "perl-List-MoreUtils" package

This is a short guide on how to install perl-List-MoreUtils on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-List-MoreUtils

2. Uninstall "perl-List-MoreUtils" package

Please follow the step by step instructions below to uninstall perl-List-MoreUtils on openSuSE Tumbleweed:

$ sudo zypper remove perl-List-MoreUtils

3. Information about the perl-List-MoreUtils package on openSuSE Tumbleweed

Information for package perl-List-MoreUtils:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-List-MoreUtils
Version : 0.430-1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 162.5 KiB
Installed : No
Status : not installed
Source package : perl-List-MoreUtils-0.430-1.17.src
Upstream URL : https://metacpan.org/release/List-MoreUtils
Summary : Provide the stuff missing in List::Util
Description :
*List::MoreUtils* provides some trivial but commonly needed functionality
on lists which is not going to go into List::Util.
All of the below functions are implementable in only a couple of lines of
Perl code. Using the functions from this module however should give
slightly better performance as everything is implemented in C. The
pure-Perl implementation of these functions only serves as a fallback in
case the C portions of this module couldn't be compiled on this machine.