How to Install and Uninstall libiterator-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libiterator-perl" package

Here is a brief guide to show you how to install libiterator-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libiterator-perl

2. Uninstall "libiterator-perl" package

Please follow the steps below to uninstall libiterator-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libiterator-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libiterator-perl
Priority: optional
Section: universe/perl
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.03+ds1-1
Depends: libexception-class-perl (>= 1.21), perl
Filename: pool/universe/libi/libiterator-perl/libiterator-perl_0.03+ds1-1_all.deb
Size: 18674
MD5sum: f2884fc032361114f5393adb5bd69ddc
SHA1: 3ee3f038c23fbb67fd39618cac2d52776c57a6f9
SHA256: a65c0cf0823130958e09bfcaa0d2fbad23f853b2cab33e969b10b23d25d5b971
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
Homepage: https://metacpan.org/release/Iterator
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu