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

Last updated: June 02,2024

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

This tutorial shows how to install perl-HTTP-Date.noarch on CentOS Stream 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-HTTP-Date.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 5:54:00 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-HTTP-Date
Version : 6.02
Release : 19.module_el8+336+32327ac4
Architecture : noarch
Size : 19 k
Source : perl-HTTP-Date-6.02-19.module_el8+336+32327ac4.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.