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

Last updated: May 18,2024

1. Install "perl-TimeDate.noarch" package

This guide covers the steps necessary to install perl-TimeDate.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-TimeDate.noarch

2. Uninstall "perl-TimeDate.noarch" package

Here is a brief guide to show you how to uninstall perl-TimeDate.noarch on Amazon Linux 2:

$ sudo yum remove perl-TimeDate.noarch $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-TimeDate
Arch : noarch
Epoch : 1
Version : 2.30
Release : 2.amzn2
Size : 52 k
Repo : amzn2-core/2/x86_64
Summary : A Perl module for time and date manipulation
URL : http://search.cpan.org/dist/TimeDate/
License : GPL+ or Artistic
Description : This module includes a number of smaller modules suited for
: manipulation of time and date strings with Perl. In particular,
: the Date::Format and Date::Parse modules can display and read
: times and dates in various formats, providing a more reliable
: interface to textual representations of points in time.