How to Install and Uninstall perl-Hash-Ordered Package on openSuSE Tumbleweed

Last updated: November 07,2024

1. Install "perl-Hash-Ordered" package

This tutorial shows how to install perl-Hash-Ordered on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Hash-Ordered

2. Uninstall "perl-Hash-Ordered" package

Here is a brief guide to show you how to uninstall perl-Hash-Ordered on openSuSE Tumbleweed:

$ sudo zypper remove perl-Hash-Ordered

3. Information about the perl-Hash-Ordered package on openSuSE Tumbleweed

Information for package perl-Hash-Ordered:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Hash-Ordered
Version : 0.014-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 91.7 KiB
Installed : No
Status : not installed
Source package : perl-Hash-Ordered-0.014-1.4.src
Upstream URL : https://metacpan.org/release/Hash-Ordered
Summary : Fast, pure-Perl ordered hash class
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.
However, compared to other *ordered* hash implementations, Hash::Ordered is
optimized for getting and setting individual elements and is generally
faster at most other tasks as well. For specific details, see
Hash::Ordered::Benchmarks.