How to Install and Uninstall perl-Cache-Cache.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

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

Please follow the steps below to install perl-Cache-Cache.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Cache-Cache.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Cache-Cache.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:57:57 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Cache-Cache
Version : 1.08
Release : 15.el9
Architecture : noarch
Size : 79 k
Source : perl-Cache-Cache-1.08-15.el9.src.rpm
Repository : epel
Summary : Generic cache interface and implementations
URL : https://metacpan.org/release/Cache-Cache
License : GPL+ or Artistic
Description : The Cache modules are designed to assist a developer in persisting data for a
: specified period of time. Often these modules are used in web applications to
: store data locally to save repeated and redundant expensive calls to remote
: machines or databases. People have also been known to use Cache::Cache for
: its straightforward interface in sharing data between runs of an application
: or invocations of a CGI-style script or simply as an easy to use abstraction
: of the filesystem or shared memory.