How to Install and Uninstall perl-Hash-Ordered.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

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

In this section, we are going to explain the necessary steps to install perl-Hash-Ordered.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This tutorial shows how to uninstall perl-Hash-Ordered.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Hash-Ordered.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:54:50 ago on Mon Feb 26 07:04:30 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.