How to Install and Uninstall perl-Tie-IxHash Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-Tie-IxHash" package

Please follow the guidance below to install perl-Tie-IxHash on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Tie-IxHash

2. Uninstall "perl-Tie-IxHash" package

In this section, we are going to explain the necessary steps to uninstall perl-Tie-IxHash on openSuSE Tumbleweed:

$ sudo zypper remove perl-Tie-IxHash

3. Information about the perl-Tie-IxHash package on openSuSE Tumbleweed

Information for package perl-Tie-IxHash:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Tie-IxHash
Version : 1.23-5.31
Arch : noarch
Vendor : openSUSE
Installed Size : 19.6 KiB
Installed : No
Status : not installed
Source package : perl-Tie-IxHash-1.23-5.31.src
Upstream URL : http://search.cpan.org/dist/Tie-IxHash/
Summary : ordered associative arrays for Perl
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.