How to Install and Uninstall perl-Time-Local.src Package on Oracle Linux 9

Last updated: October 05,2024

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

Please follow the guidelines below to install perl-Time-Local.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Time-Local.src

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

Please follow the step by step instructions below to uninstall perl-Time-Local.src on Oracle Linux 9:

$ sudo dnf remove perl-Time-Local.src $ sudo dnf autoremove

3. Information about the perl-Time-Local.src package on Oracle Linux 9

Last metadata expiration check: 2:01:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Time-Local
Epoch : 2
Version : 1.300
Release : 7.el9
Architecture : src
Size : 53 k
Source : None
Repository : ol9_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.