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

Last updated: May 19,2024

1. Install "perl-List-SomeUtils" package

Please follow the steps below to install perl-List-SomeUtils on openSuSE Tumbleweed

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

2. Uninstall "perl-List-SomeUtils" package

Please follow the steps below to uninstall perl-List-SomeUtils on openSuSE Tumbleweed:

$ sudo zypper remove perl-List-SomeUtils

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

Information for package perl-List-SomeUtils:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-List-SomeUtils
Version : 0.59-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 114.5 KiB
Installed : No
Status : not installed
Source package : perl-List-SomeUtils-0.59-1.5.src
Upstream URL : https://metacpan.org/release/List-SomeUtils
Summary : Provide the stuff missing in List::Util
Description :
*List::SomeUtils* 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.