How to Install and Uninstall libhash-storediterator-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "libhash-storediterator-perl" package

Here is a brief guide to show you how to install libhash-storediterator-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libhash-storediterator-perl

2. Uninstall "libhash-storediterator-perl" package

This tutorial shows how to uninstall libhash-storediterator-perl on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libhash-storediterator-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhash-storediterator-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libhash-storediterator-perl
Architecture: amd64
Version: 0.008-2build3
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 47
Depends: perl (>= 5.32.0-4), perlapi-5.32.0
Filename: pool/universe/libh/libhash-storediterator-perl/libhash-storediterator-perl_0.008-2build3_amd64.deb
Size: 12896
MD5sum: f8234b16c034bae4e1467c8fd485ec3b
SHA1: d821c76537fa1a15fb6901f01a42e0873ed0e5ab
SHA256: b808fc3eaca67ee190dc52778cc680f19be7edc6da8518efc521e4ed034798e3
SHA512: abea2e175bd544f8b3ee2e91ed2a52d7e60c87be2255f0339be9bd6e80e45035d0117cb17ce5a50cbeeae6cbcfab01423d48204b58427415818484291ece474e
Homepage: https://metacpan.org/release/Hash-StoredIterator
Description-en: Perl module for accessing a hashes internal iterator
Hash::StoredIterator gives access to get, set, and init the iterator inside
a hash. This allows one to store the current iterator, use
each/keys/values/etc, and then restore the iterator, this helps to ensure
that nobody interacts badly with other users of the iterator.
.
In perl all hashes have an internal iterator. This iterator is used by the
each() function, as well as by keys() and values(). Because these all share
use of the same iterator, they tend to interact badly with eachother when
nested.
Description-md5: 90216b780bdc2eebb87d0d643b7d8a4f