How To Install perl-Tie-RefHash on Fedora 36

In this tutorial we learn how to install perl-Tie-RefHash in Fedora 36. perl-Tie-RefHash is Use references as hash keys

Introduction

In this tutorial we learn how to install perl-Tie-RefHash on Fedora 36.

What is perl-Tie-RefHash

This module provides the ability to use references as hash keys if you first “tie” the hash variable to this module. Normally, only the keys of the tied hash itself are preserved as references; to use references as keys in hashes-of-hashes, use Tie Tie

We can use yum or dnf to install perl-Tie-RefHash on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Tie-RefHash.

Install perl-Tie-RefHash on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Tie-RefHash using dnf by running the following command:

sudo dnf -y install perl-Tie-RefHash

Install perl-Tie-RefHash on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Tie-RefHash using yum by running the following command:

sudo yum -y install perl-Tie-RefHash

How To Uninstall perl-Tie-RefHash on Fedora 36

To uninstall only the perl-Tie-RefHash package we can use the following command:

sudo dnf remove perl-Tie-RefHash

perl-Tie-RefHash Package Contents on Fedora 36

/usr/share/doc/perl-Tie-RefHash
/usr/share/doc/perl-Tie-RefHash/CONTRIBUTING
/usr/share/doc/perl-Tie-RefHash/Changes
/usr/share/doc/perl-Tie-RefHash/README
/usr/share/licenses/perl-Tie-RefHash
/usr/share/licenses/perl-Tie-RefHash/LICENCE
/usr/share/man/man3/Tie::RefHash.3pm.gz
/usr/share/perl5/vendor_perl/Tie
/usr/share/perl5/vendor_perl/Tie/RefHash.pm

References

Summary

In this tutorial we learn how to install perl-Tie-RefHash on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).