How to Install and Uninstall perl-Tie-Cache.noarch Package on Rocky Linux 8

Last updated: May 18,2024

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

Please follow the step by step instructions below to install perl-Tie-Cache.noarch on Rocky Linux 8

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

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

This guide let you learn how to uninstall perl-Tie-Cache.noarch on Rocky Linux 8:

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

3. Information about the perl-Tie-Cache.noarch package on Rocky Linux 8

Last metadata expiration check: 1:42:45 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Tie-Cache
Version : 0.21
Release : 15.el8
Architecture : noarch
Size : 23 k
Source : perl-Tie-Cache-0.21-15.el8.src.rpm
Repository : epel
Summary : LRU Cache in Memory
URL : https://metacpan.org/release/Tie-Cache
License : GPL+ or Artistic
Description : This module implements a least recently used (LRU) cache in memory
: through a tie interface. Any time data is stored in the tied hash,
: that key/value pair has an entry time associated with it, and as
: the cache fills up, those members of the cache that are the oldest
: are removed to make room for new entries.