How to Install and Uninstall perl-Tie-IxHash Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-Tie-IxHash" package

Please follow the guidelines below to install perl-Tie-IxHash on openSUSE Leap

$ 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 Leap:

$ sudo zypper remove perl-Tie-IxHash

3. Information about the perl-Tie-IxHash package on openSUSE Leap

Information for package perl-Tie-IxHash:
----------------------------------------
Repository : Main Repository
Name : perl-Tie-IxHash
Version : 1.23-1.23
Arch : noarch
Vendor : SUSE LLC
Installed Size : 20.5 KiB
Installed : No
Status : not installed
Source package : perl-Tie-IxHash-1.23-1.23.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.