How to Install and Uninstall perl-Time-Local.noarch Package on Fedora 39

Last updated: October 11,2024

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

This is a short guide on how to install perl-Time-Local.noarch on Fedora 39

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

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

This tutorial shows how to uninstall perl-Time-Local.noarch on Fedora 39:

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

3. Information about the perl-Time-Local.noarch package on Fedora 39

Last metadata expiration check: 5:56:16 ago on Thu Mar 7 11:44:58 2024.
Installed Packages
Name : perl-Time-Local
Epoch : 2
Version : 1.350
Release : 3.fc39
Architecture : noarch
Size : 69 k
Source : perl-Time-Local-1.350-3.fc39.src.rpm
Repository : @System
From repo : fedora
Summary : Efficiently compute time from local and GMT time
URL : https://metacpan.org/release/Time-Local
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.