How To Install perl-Tie-Memoize on Fedora 36

In this tutorial we learn how to install perl-Tie-Memoize in Fedora 36. perl-Tie-Memoize is Add data to a hash when needed

Introduction

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

What is perl-Tie-Memoize

This package allows a tied hash to load its values automatically on the first access, and to use the cached value on the following accesses.

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

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

sudo dnf -y install perl-Tie-Memoize

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

sudo yum -y install perl-Tie-Memoize

How To Uninstall perl-Tie-Memoize on Fedora 36

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

sudo dnf remove perl-Tie-Memoize

perl-Tie-Memoize Package Contents on Fedora 36

/usr/share/man/man3/Tie::Memoize.3pm.gz
/usr/share/perl5/Tie
/usr/share/perl5/Tie/Memoize.pm

References

Summary

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