How to Install and Uninstall libiterator-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libiterator-perl" package

Here is a brief guide to show you how to install libiterator-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libiterator-perl

2. Uninstall "libiterator-perl" package

Learn how to uninstall libiterator-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libiterator-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libiterator-perl package on Ubuntu 21.10 (Impish Indri)

Package: libiterator-perl
Architecture: all
Version: 0.03+ds1-1.1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 45
Depends: libexception-class-perl (>= 1.21), perl:any
Filename: pool/main/libi/libiterator-perl/libiterator-perl_0.03+ds1-1.1_all.deb
Size: 18236
MD5sum: 8cd8cda036c1e41290ee6fe6c0637a39
SHA1: 67f552280dc24e47a780a44527854941785d1e62
SHA256: 9c9798266837801ab0685b55f569e7f9cd3caad5924eedfe0347e385976179de
SHA512: e642c48265d9525ec3c81480397c2ba29cbaf96a8e3d8b214e5a1a3ba4d34a5cf5c0110af0dff6930fa9f39b540c814eff4021f533e0751c977cd606bec8eea0
Homepage: https://metacpan.org/release/Iterator
Description-en: Perl implementation of iterators
Iterator is meant to be the definitive implementation of iterators, as
popularized by Mark Jason Dominus's lectures and recent book (Higher Order
Perl, Morgan Kauffman, 2005).
.
An "iterator" is an object, represented as a code block that generates the
"next value" of a sequence, and generally implemented as a closure. When you
need a value to operate on, you pull it from the iterator. If it depends on
other iterators, it pulls values from them when it needs to. Iterators can be
chained together (see Iterator::Util for functions that help you do just
that), queueing up work to be done but not actually doing it until a value is
needed at the front end of the chain. At that time, one data value is pulled
through the chain.
Description-md5: a3ef55e7213c2e92174f560f32dfef6b
Task: ubuntu-mate-core, ubuntu-mate-desktop