How to Install and Uninstall perl-HTTP-Date.noarch Package on Oracle Linux 9

Last updated: July 09,2024

1. Install "perl-HTTP-Date.noarch" package

Learn how to install perl-HTTP-Date.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-HTTP-Date.noarch

2. Uninstall "perl-HTTP-Date.noarch" package

Here is a brief guide to show you how to uninstall perl-HTTP-Date.noarch on Oracle Linux 9:

$ sudo dnf remove perl-HTTP-Date.noarch $ sudo dnf autoremove

3. Information about the perl-HTTP-Date.noarch package on Oracle Linux 9

Last metadata expiration check: 0:25:34 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-HTTP-Date
Version : 6.05
Release : 7.el9
Architecture : noarch
Size : 30 k
Source : perl-HTTP-Date-6.05-7.el9.src.rpm
Repository : ol9_appstream
Summary : Date conversion routines
URL : https://metacpan.org/release/HTTP-Date
License : GPL+ or Artistic
Description : This module provides functions that deal the date formats used by the HTTP
: protocol (and then some more). Only the first two functions, time2str() and
: str2time(), are exported by default.