How to Install and Uninstall perl-Tie-Cache.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 27,2024
1. Install "perl-Tie-Cache.noarch" package
This is a short guide on how to install perl-Tie-Cache.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
perl-Tie-Cache.noarch
Copied
2. Uninstall "perl-Tie-Cache.noarch" package
Here is a brief guide to show you how to uninstall perl-Tie-Cache.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
perl-Tie-Cache.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Tie-Cache.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 0:04:18 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Tie-Cache
Version : 0.21
Release : 22.el9
Architecture : noarch
Size : 22 k
Source : perl-Tie-Cache-0.21-22.el9.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.
Available Packages
Name : perl-Tie-Cache
Version : 0.21
Release : 22.el9
Architecture : noarch
Size : 22 k
Source : perl-Tie-Cache-0.21-22.el9.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.