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

Last updated: October 05,2024

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

This is a short guide on how to install perl-Tie-Memoize.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-Tie-Memoize.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:49:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Tie-Memoize
Version : 1.1
Release : 477.fc34
Architecture : noarch
Size : 24 k
Source : perl-5.32.1-477.fc34.src.rpm
Repository : updates
Summary : Add data to a hash when needed
URL : https://www.perl.org/
License : GPLv2+ or Artistic
Description : 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.