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

Last updated: October 14,2024

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

Here is a brief guide to show you how to install perl-Time-timegm.x86_64 on Fedora 38

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

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

Please follow the step by step instructions below to uninstall perl-Time-timegm.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 5:29:12 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Time-timegm
Version : 0.01
Release : 29.fc38
Architecture : x86_64
Size : 25 k
Source : perl-Time-timegm-0.01-29.fc38.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.