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

Last updated: May 10,2024

1. Install "libarray-iterator-perl" package

Learn how to install libarray-iterator-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libarray-iterator-perl

2. Uninstall "libarray-iterator-perl" package

This guide let you learn how to uninstall libarray-iterator-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libarray-iterator-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libarray-iterator-perl
Priority: optional
Section: universe/perl
Installed-Size: 60
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.11-2
Depends: perl
Filename: pool/universe/liba/libarray-iterator-perl/libarray-iterator-perl_0.11-2_all.deb
Size: 25116
MD5sum: b240faae4c0c5b85ab6e4c58564a0649
SHA1: e0bdbe850495022aa18f3500d7df15727ef547ea
SHA256: 91e0b1a1e480499a3338e81540c63e834d13c06c304ffe1cb7a66889634e2eca
Description-en: simple class to provide iterators over Perl arrays
Array::Iterator Perl module provides a very simple iterator
interface. It is uni-directional and can only be used once. It
provides no means of reversing or resetting the iterator. It is not
recommended to alter the array during iteration, however no attempt is
made to enforce this. This class only intends to provide a clear and simple
means of generic iteration, nothing more (yet).
.
This package also provides:
* Array::Iterator::BiDirectional to allow forward and backward iteration
* Array::Iterator::Circular to allow circular iteration
* Array::Iterator::Reusable to allow reuse of iterators
Description-md5: b7fe2e89bdafd984fa580eb9b333e412
Homepage: https://metacpan.org/release/Array-Iterator
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu