How to Install and Uninstall perl-Hash-StoredIterator.x86_64 Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "perl-Hash-StoredIterator.x86_64" package
This tutorial shows how to install perl-Hash-StoredIterator.x86_64 on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-Hash-StoredIterator.x86_64
Copied
2. Uninstall "perl-Hash-StoredIterator.x86_64" package
This guide let you learn how to uninstall perl-Hash-StoredIterator.x86_64 on Rocky Linux 8:
$
sudo dnf remove
perl-Hash-StoredIterator.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Hash-StoredIterator.x86_64 package on Rocky Linux 8
Last metadata expiration check: 1:49:01 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Hash-StoredIterator
Version : 0.008
Release : 12.el8
Architecture : x86_64
Size : 31 k
Source : perl-Hash-StoredIterator-0.008-12.el8.src.rpm
Repository : epel
Summary : Functions for accessing a hash's internal iterator
URL : https://metacpan.org/release/Hash-StoredIterator
License : GPL+ or Artistic
Description : 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 each other when nested.
:
: Hash::StoredIterator gives you access to get, set, and init the iterator inside
: a hash. This allows you to store the current iterator, use each / keys / values
: etc., and then restore the iterator, which helps you to ensure you do not
: interact badly with other users of the iterator.
:
: Along with low-level get / set / init functions, there are also 2 variations of
: each() that let you act upon each key/value pair in a safer way than vanilla
: each().
:
: This module can also export new implementations of keys() and values() that
: stash and restore the iterator so that they are safe to use within each().
Available Packages
Name : perl-Hash-StoredIterator
Version : 0.008
Release : 12.el8
Architecture : x86_64
Size : 31 k
Source : perl-Hash-StoredIterator-0.008-12.el8.src.rpm
Repository : epel
Summary : Functions for accessing a hash's internal iterator
URL : https://metacpan.org/release/Hash-StoredIterator
License : GPL+ or Artistic
Description : 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 each other when nested.
:
: Hash::StoredIterator gives you access to get, set, and init the iterator inside
: a hash. This allows you to store the current iterator, use each / keys / values
: etc., and then restore the iterator, which helps you to ensure you do not
: interact badly with other users of the iterator.
:
: Along with low-level get / set / init functions, there are also 2 variations of
: each() that let you act upon each key/value pair in a safer way than vanilla
: each().
:
: This module can also export new implementations of keys() and values() that
: stash and restore the iterator so that they are safe to use within each().