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

Last updated: October 06,2024

1. Install "perl-Cache.noarch" package

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

$ 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 34:

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

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

Last metadata expiration check: 2:15:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Cache
Version : 2.11
Release : 18.fc34
Architecture : noarch
Size : 79 k
Source : perl-Cache-2.11-18.fc34.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).