How to Install and Uninstall perl-Time-timegm.x86_64 Package on Fedora 39

Last updated: October 09,2024

1. Install "perl-Time-timegm.x86_64" package

In this section, we are going to explain the necessary steps to install perl-Time-timegm.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Time-timegm.x86_64

2. Uninstall "perl-Time-timegm.x86_64" package

In this section, we are going to explain the necessary steps to uninstall perl-Time-timegm.x86_64 on Fedora 39:

$ sudo dnf remove perl-Time-timegm.x86_64 $ sudo dnf autoremove

3. Information about the perl-Time-timegm.x86_64 package on Fedora 39

Last metadata expiration check: 0:29:46 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Time-timegm
Version : 0.01
Release : 31.fc39
Architecture : x86_64
Size : 25 k
Source : perl-Time-timegm-0.01-31.fc39.src.rpm
Repository : fedora
Summary : UTC version of mktime()
URL : https://metacpan.org/release/Time-timegm
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : The POSIX standard provides three functions for converting between integer
: epoch values and 6-component "broken-down" time representations. localtime
: and gmtime convert an epoch into the 6 components of seconds, minutes,
: hours, day of month, month and year, in either local timezone or UTC. The
: mktime function converts a local broken-down time into an epoch value.
: However, POSIX does not provide a UTC version of this.