How to Install and Uninstall perl-Time-Local.noarch Package on CentOS Stream 9
Last updated: November 27,2024
1. Install "perl-Time-Local.noarch" package
Here is a brief guide to show you how to install perl-Time-Local.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-Time-Local.noarch
Copied
2. Uninstall "perl-Time-Local.noarch" package
This guide covers the steps necessary to uninstall perl-Time-Local.noarch on CentOS Stream 9:
$
sudo dnf remove
perl-Time-Local.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Time-Local.noarch package on CentOS Stream 9
Last metadata expiration check: 2:01:23 ago on Sat Mar 16 16:03:45 2024.
Installed Packages
Name : perl-Time-Local
Epoch : 2
Version : 1.300
Release : 7.el9
Architecture : noarch
Size : 66 k
Source : perl-Time-Local-1.300-7.el9.src.rpm
Repository : @System
From repo : appstream
Summary : Efficiently compute time from local and GMT time
URL : https://metacpan.org/release/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.
Installed Packages
Name : perl-Time-Local
Epoch : 2
Version : 1.300
Release : 7.el9
Architecture : noarch
Size : 66 k
Source : perl-Time-Local-1.300-7.el9.src.rpm
Repository : @System
From repo : appstream
Summary : Efficiently compute time from local and GMT time
URL : https://metacpan.org/release/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.