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

Last updated: July 07,2024

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

This tutorial shows how to install perl-HTTP-Date.src on Oracle Linux 9

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

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

Please follow the step by step instructions below to uninstall perl-HTTP-Date.src on Oracle Linux 9:

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

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

Last metadata expiration check: 2:45:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-HTTP-Date
Version : 6.05
Release : 7.el9
Architecture : src
Size : 40 k
Source : None
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.