How to Install and Uninstall perl-Time-Local.noarch Package on CentOS 7 / RHEL 7

Last updated: April 18,2024

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

Please follow the steps below to install perl-Time-Local.noarch on CentOS 7 / RHEL 7

$ 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 CentOS 7 / RHEL 7:

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

3. Information about the perl-Time-Local.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Time-Local
Arch : noarch
Version : 1.2300
Release : 2.el7
Size : 43 k
Repo : installed
From repo : anaconda
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.