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

Last updated: September 21,2024

1. Install "libtie-array-iterable-perl" package

Please follow the steps below to install libtie-array-iterable-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtie-array-iterable-perl

2. Uninstall "libtie-array-iterable-perl" package

Please follow the guidance below to uninstall libtie-array-iterable-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtie-array-iterable-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libtie-array-iterable-perl
Priority: optional
Section: universe/perl
Installed-Size: 84
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.03-1
Depends: perl
Filename: pool/universe/libt/libtie-array-iterable-perl/libtie-array-iterable-perl_0.03-1_all.deb
Size: 19170
MD5sum: 1aa1021b8976c376c90c05eba732fc89
SHA1: 2bfb59f0eafd50c8f9273b8201d72dca4dabd398
SHA256: 2f254097fac0a3399469ad44bec40e2ca14150d3ad4a1655b5a75a7255585edc
Description-en: module allowing creation of iterators for lists and arrays
Tie::Hash::Iterable allows one to create iterators for lists and arrays. The
concept of iterators is borrowed from the C++ STL [1], in which most of the
collections have iterators, though this class does not attempt to fully mimic
it.
.
Typically, in C/C++ or Perl, the 'easy' way to visit each item on a list is
to use a counter, and then a for( ;; ) loop. However, this requires knowledge
on how long the array is to know when to end. In addition, if items are
removed or inserted into the array during the loop, then the counter will be
incorrect on the next run through the loop, and will cause problems.
.
While some aspects of this are fixed in Perl by the use of for or foreach,
these commands still suffer when items are removed or added to the array
while in these loops. Also, if one wished to use break to step out of a
foreach loop, then restart where they left at some later point, there is no
way to do this without maintaining some additional state information.
Description-md5: 8542a8ea2280ef9140ae766b5bfb559e
Homepage: http://search.cpan.org/dist/Tie-Array-Iterable/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu