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

Last updated: September 29,2024

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

Please follow the guidelines below to install perl-HTTP-Cache-Transparent.noarch on Fedora 34

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

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

This tutorial shows how to uninstall perl-HTTP-Cache-Transparent.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:48:16 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-HTTP-Cache-Transparent
Version : 1.4
Release : 13.fc34
Architecture : noarch
Size : 19 k
Source : perl-HTTP-Cache-Transparent-1.4-13.fc34.src.rpm
Repository : fedora
Summary : Cache the result of http get-requests persistently
URL : https://metacpan.org/release/HTTP-Cache-Transparent
License : GPL+ or Artistic
Description : HTTP::Cache::Transparent is an implementation of http get that keeps a
: local cache of fetched pages to avoid fetching the same data from the
: server if it hasn't been updated. The cache is stored on disk and is
: thus persistent between invocations.