How To Install perl-Tie-Hash-ReadonlyStack on Fedora 36

In this tutorial we learn how to install perl-Tie-Hash-ReadonlyStack in Fedora 36. perl-Tie-Hash-ReadonlyStack is Treat multiple hashes as a single hash with copy-on-write modifications

Introduction

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

What is perl-Tie-Hash-ReadonlyStack

This Perl module allows you to have your main hash and then assign hashes to look for the given key in either before or after the main hash. It also allows you to use hashes that are read-only in said stack and then assign new values there without modifying the hashes they came from.

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

Install perl-Tie-Hash-ReadonlyStack 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-Hash-ReadonlyStack using dnf by running the following command:

sudo dnf -y install perl-Tie-Hash-ReadonlyStack

Install perl-Tie-Hash-ReadonlyStack 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-Hash-ReadonlyStack using yum by running the following command:

sudo yum -y install perl-Tie-Hash-ReadonlyStack

How To Uninstall perl-Tie-Hash-ReadonlyStack on Fedora 36

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

sudo dnf remove perl-Tie-Hash-ReadonlyStack

perl-Tie-Hash-ReadonlyStack Package Contents on Fedora 36

/usr/share/doc/perl-Tie-Hash-ReadonlyStack
/usr/share/doc/perl-Tie-Hash-ReadonlyStack/Changes
/usr/share/doc/perl-Tie-Hash-ReadonlyStack/README
/usr/share/man/man3/Tie::Hash::ReadonlyStack.3pm.gz
/usr/share/perl5/vendor_perl/Tie
/usr/share/perl5/vendor_perl/Tie/Hash
/usr/share/perl5/vendor_perl/Tie/Hash/ReadonlyStack.pm
/usr/share/perl5/vendor_perl/Tie/Hash/ReadonlyStack.pod

References

Summary

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