How to Install and Uninstall perl-Tie-IxHash.noarch Package on Amazon Linux 2

Last updated: October 05,2024

1. Install "perl-Tie-IxHash.noarch" package

Please follow the guidelines below to install perl-Tie-IxHash.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Tie-IxHash.noarch

2. Uninstall "perl-Tie-IxHash.noarch" package

This guide let you learn how to uninstall perl-Tie-IxHash.noarch on Amazon Linux 2:

$ sudo yum remove perl-Tie-IxHash.noarch $ sudo yum autoremove

3. Information about the perl-Tie-IxHash.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Tie-IxHash
Arch : noarch
Version : 1.22
Release : 11.amzn2
Size : 16 k
Repo : amzn2-core/2/x86_64
Summary : Ordered associative arrays for Perl
URL : http://search.cpan.org/dist/Tie-IxHash/
License : GPL+ or Artistic
Description : This Perl module implements Perl hashes that preserve the order in
: which the hash elements were added. The order is not affected when
: values corresponding to existing keys in the IxHash are changed.
: The elements can also be set to any arbitrary supplied order. The
: familiar perl array operations can also be performed on the
: IxHash.