How to Install and Uninstall perl-HTTP-Date.noarch Package on CentOS 7 / RHEL 7

Last updated: May 02,2024

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

This tutorial shows how to install perl-HTTP-Date.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-HTTP-Date.noarch

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

Please follow the steps below to uninstall perl-HTTP-Date.noarch on CentOS 7 / RHEL 7:

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

3. Information about the perl-HTTP-Date.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-HTTP-Date
Arch : noarch
Version : 6.02
Release : 8.el7
Size : 20 k
Repo : installed
From repo : base
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.