How to Install and Uninstall perl-HTTP-Date.noarch Package on Amazon Linux 2

Last updated: May 18,2024

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

Learn how to install perl-HTTP-Date.noarch on Amazon Linux 2

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

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

Please follow the guidelines below to uninstall perl-HTTP-Date.noarch on Amazon Linux 2:

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

3. Information about the perl-HTTP-Date.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-HTTP-Date
Arch : noarch
Version : 6.02
Release : 8.amzn2
Size : 14 k
Repo : amzn2-core/2/x86_64
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.