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

Last updated: October 07,2024

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

This tutorial shows how to install perl-Tie-IxHash.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall perl-Tie-IxHash.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:02:22 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Tie-IxHash
Version : 1.23
Release : 30.fc36
Architecture : noarch
Size : 18 k
Source : perl-Tie-IxHash-1.23-30.fc36.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.