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

Last updated: May 06,2024

1. Install "perl-Time-Local.noarch" package

Learn how to install perl-Time-Local.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Time-Local.noarch

2. Uninstall "perl-Time-Local.noarch" package

Please follow the step by step instructions below to uninstall perl-Time-Local.noarch on Amazon Linux 2:

$ sudo yum remove perl-Time-Local.noarch $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Installed Packages
Name : perl-Time-Local
Arch : noarch
Version : 1.2300
Release : 2.amzn2
Size : 43 k
Repo : installed
From repo : amzn2-core
Summary : Efficiently compute time from local and GMT time
URL : http://search.cpan.org/dist/Time-Local/
License : GPL+ or Artistic
Description : This module provides functions that are the inverse of built-in
: perl functions localtime() and gmtime(). They accept a date as a
: six-element array, and return the corresponding time(2) value in
: seconds since the system epoch (Midnight, January 1, 1970 GMT on
: Unix, for example). This value can be positive or negative, though
: POSIX only requires support for positive values, so dates before
: the system's epoch may not work on all operating systems.