How to Install and Uninstall perl-Tie-IxHash.noarch Package on Fedora 34

Last updated: October 06,2024

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

Here is a brief guide to show you how to install perl-Tie-IxHash.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Tie-IxHash.noarch

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

Learn how to uninstall perl-Tie-IxHash.noarch on Fedora 34:

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

3. Information about the perl-Tie-IxHash.noarch package on Fedora 34

Last metadata expiration check: 5:52:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Tie-IxHash
Version : 1.23
Release : 26.fc34
Architecture : noarch
Size : 18 k
Source : perl-Tie-IxHash-1.23-26.fc34.src.rpm
Repository : fedora
Summary : Ordered associative arrays for Perl
URL : https://metacpan.org/release/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.