How to Install and Uninstall perl-Hash-Ordered.noarch Package on CentOS Stream 9

Last updated: October 01,2024

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

This guide let you learn how to install perl-Hash-Ordered.noarch on CentOS Stream 9

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

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

Please follow the steps below to uninstall perl-Hash-Ordered.noarch on CentOS Stream 9:

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

3. Information about the perl-Hash-Ordered.noarch package on CentOS Stream 9

Last metadata expiration check: 1:31:46 ago on Sat Mar 16 16:03:45 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.