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

Last updated: October 06,2024

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

Please follow the step by step instructions below to install perl-Time-timegm.x86_64 on Fedora 34

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

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

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

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

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

Last metadata expiration check: 1:56:19 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Time-timegm
Version : 0.01
Release : 23.fc34
Architecture : x86_64
Size : 26 k
Source : perl-Time-timegm-0.01-23.fc34.src.rpm
Repository : fedora
Summary : UTC version of mktime()
URL : https://metacpan.org/release/Time-timegm
License : GPL+ or Artistic
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.