How to Install and Uninstall perl-Cache.noarch Package on Fedora 35

Last updated: July 05,2024

1. Install "perl-Cache.noarch" package

Please follow the steps below to install perl-Cache.noarch on Fedora 35

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

2. Uninstall "perl-Cache.noarch" package

Please follow the step by step instructions below to uninstall perl-Cache.noarch on Fedora 35:

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

3. Information about the perl-Cache.noarch package on Fedora 35

Last metadata expiration check: 1:01:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Cache
Version : 2.11
Release : 20.fc35
Architecture : noarch
Size : 80 k
Source : perl-Cache-2.11-20.fc35.src.rpm
Repository : fedora
Summary : The Cache interface
URL : https://metacpan.org/release/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.
:
: The Cache interface is implemented by derived classes that store cached
: data in different manners (such as as files on a filesystem, or in memory).