How to Install and Uninstall perl-Iterator-Util Package on openSUSE Leap

Last updated: May 09,2024

1. Install "perl-Iterator-Util" package

Please follow the step by step instructions below to install perl-Iterator-Util on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Iterator-Util

2. Uninstall "perl-Iterator-Util" package

This tutorial shows how to uninstall perl-Iterator-Util on openSUSE Leap:

$ sudo zypper remove perl-Iterator-Util

3. Information about the perl-Iterator-Util package on openSUSE Leap

Information for package perl-Iterator-Util:
-------------------------------------------
Repository : Main Repository
Name : perl-Iterator-Util
Version : 0.02-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 29.1 KiB
Installed : No
Status : not installed
Source package : perl-Iterator-Util-0.02-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Iterator-Util/
Summary : Essential utilities for the Iterator class
Description :
This module implements many useful functions for creating and manipulating
iterator objects.
An "iterator" is an object, represented as a code block that generates the
"next value" of a sequence, and generally implemented as a closure. For
further information, including a tutorial on using iterator objects, see
the the Iterator manpage documentation.