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

Last updated: May 14,2024

1. Install "perl-List-SomeUtils" package

In this section, we are going to explain the necessary steps to install perl-List-SomeUtils on openSUSE Leap

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

2. Uninstall "perl-List-SomeUtils" package

Please follow the guidelines below to uninstall perl-List-SomeUtils on openSUSE Leap:

$ sudo zypper remove perl-List-SomeUtils

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

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