How to Install and Uninstall perl-App-Cache.noarch Package on Fedora 38
Last updated: November 28,2024
1. Install "perl-App-Cache.noarch" package
This guide let you learn how to install perl-App-Cache.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
perl-App-Cache.noarch
Copied
2. Uninstall "perl-App-Cache.noarch" package
This tutorial shows how to uninstall perl-App-Cache.noarch on Fedora 38:
$
sudo dnf remove
perl-App-Cache.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-App-Cache.noarch package on Fedora 38
Last metadata expiration check: 4:32:51 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-App-Cache
Version : 0.37
Release : 37.fc38
Architecture : noarch
Size : 16 k
Source : perl-App-Cache-0.37-37.fc38.src.rpm
Repository : fedora
Summary : Easy application-level caching
URL : https://metacpan.org/release/App-Cache
License : GPL+ or Artistic
Description : The App::Cache module lets an application cache data locally. There are a
: few times an application would need to cache data: when it is retrieving
: information from the network or when it has to complete a large calculation.
: For example, the Parse::BACKPAN::Packages module downloads a file off the
: net and parses it, creating a data structure. Only then can it actually
: provide any useful information for the programmer. Parse::BACKPAN::Packages
: uses App::Cache to cache both the file download and data structures,
: providing much faster use when the data is cached. This module stores data
: in the home directory of the user, in a dot directory. For example, the
: Parse::BACKPAN::Packages cache is actually stored underneath
: "~/.parse_backpan_packages/cache/". This is so that permissions are not a
: problem -- it is a per-user, per-application cache.
Available Packages
Name : perl-App-Cache
Version : 0.37
Release : 37.fc38
Architecture : noarch
Size : 16 k
Source : perl-App-Cache-0.37-37.fc38.src.rpm
Repository : fedora
Summary : Easy application-level caching
URL : https://metacpan.org/release/App-Cache
License : GPL+ or Artistic
Description : The App::Cache module lets an application cache data locally. There are a
: few times an application would need to cache data: when it is retrieving
: information from the network or when it has to complete a large calculation.
: For example, the Parse::BACKPAN::Packages module downloads a file off the
: net and parses it, creating a data structure. Only then can it actually
: provide any useful information for the programmer. Parse::BACKPAN::Packages
: uses App::Cache to cache both the file download and data structures,
: providing much faster use when the data is cached. This module stores data
: in the home directory of the user, in a dot directory. For example, the
: Parse::BACKPAN::Packages cache is actually stored underneath
: "~/.parse_backpan_packages/cache/". This is so that permissions are not a
: problem -- it is a per-user, per-application cache.