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

Last updated: October 06,2024

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

This tutorial shows how to install perl-Hash-Ordered.noarch on CentOS Stream 8

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

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

Learn how to uninstall perl-Hash-Ordered.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 0:54:29 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Hash-Ordered
Version : 0.014
Release : 1.el8
Architecture : noarch
Size : 41 k
Source : perl-Hash-Ordered-0.014-1.el8.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.