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

Last updated: October 11,2024

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

This guide covers the steps necessary to install perl-HTTP-Cache-Transparent.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

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

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

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

Last metadata expiration check: 1:06:01 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-HTTP-Cache-Transparent
Version : 1.4
Release : 15.el9
Architecture : noarch
Size : 19 k
Source : perl-HTTP-Cache-Transparent-1.4-15.el9.src.rpm
Repository : epel
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.