How to Install and Uninstall perl-List-MoreUtils Package on openSUSE Leap

Last updated: October 05,2024

1. Install "perl-List-MoreUtils" package

This is a short guide on how to install perl-List-MoreUtils on openSUSE Leap

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

2. Uninstall "perl-List-MoreUtils" package

This is a short guide on how to uninstall perl-List-MoreUtils on openSUSE Leap:

$ sudo zypper remove perl-List-MoreUtils

3. Information about the perl-List-MoreUtils package on openSUSE Leap

Information for package perl-List-MoreUtils:
--------------------------------------------
Repository : Main Repository
Name : perl-List-MoreUtils
Version : 0.428-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 158.3 KiB
Installed : No
Status : not installed
Source package : perl-List-MoreUtils-0.428-1.17.src
Upstream URL : http://search.cpan.org/dist/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.