How to Install and Uninstall perl-Hash-Ordered.noarch Package on Rocky Linux 9

Last updated: July 04,2024

1. Install "perl-Hash-Ordered.noarch" package

This is a short guide on how to install perl-Hash-Ordered.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Hash-Ordered.noarch

2. Uninstall "perl-Hash-Ordered.noarch" package

This guide let you learn how to uninstall perl-Hash-Ordered.noarch on Rocky Linux 9:

$ sudo dnf remove perl-Hash-Ordered.noarch $ sudo dnf autoremove

3. Information about the perl-Hash-Ordered.noarch package on Rocky Linux 9

Last metadata expiration check: 0:23:33 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Hash-Ordered
Version : 0.014
Release : 1.el9
Architecture : noarch
Size : 40 k
Source : perl-Hash-Ordered-0.014-1.el9.src.rpm
Repository : epel
Summary : Perl class for ordered hashes
URL : https://metacpan.org/release/Hash-Ordered
License : Apache-2.0
Description : This module implements an ordered hash, meaning that it associates keys
: with values like a Perl hash, but keeps the keys in a consistent order.
: Because it is implemented as an object and manipulated with method calls,
: it is much slower than a Perl hash. This is the cost of keeping order.