How to Install and Uninstall perl-HTTP-Date.noarch Package on AlmaLinux 8

Last updated: September 29,2024

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

Learn how to install perl-HTTP-Date.noarch on AlmaLinux 8

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

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

Learn how to uninstall perl-HTTP-Date.noarch on AlmaLinux 8:

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

3. Information about the perl-HTTP-Date.noarch package on AlmaLinux 8

Last metadata expiration check: 1:23:29 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-HTTP-Date
Version : 6.02
Release : 19.module_el8.5.0+2812+ed912d05
Architecture : noarch
Size : 18 k
Source : perl-HTTP-Date-6.02-19.module_el8.5.0+2812+ed912d05.src.rpm
Repository : appstream
Summary : Date conversion routines
URL : http://search.cpan.org/dist/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.