How to Install and Uninstall libhash-storediterator-perl Package on Kali Linux

Last updated: May 16,2024

1. Install "libhash-storediterator-perl" package

Here is a brief guide to show you how to install libhash-storediterator-perl on Kali Linux

$ 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 Kali Linux:

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

3. Information about the libhash-storediterator-perl package on Kali Linux

Package: libhash-storediterator-perl
Source: libhash-storediterator-perl (0.008-3)
Version: 0.008-3+b2
Installed-Size: 49
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.3)
Size: 12404
SHA256: 2518cc763a4e252a264409750b11fc42681003bda2b5318e58877c35da26da7c
SHA1: bd12e128a00cafb480e35e272728d7baa9ee788c
MD5sum: 480b1444396dc07317a9c38e4ca860d8
Description: 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:
Homepage: https://metacpan.org/release/Hash-StoredIterator
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libh/libhash-storediterator-perl/libhash-storediterator-perl_0.008-3+b2_amd64.deb