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

Last updated: October 09,2024

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

Please follow the steps below to install perl-Time-timegm.x86_64 on Fedora 36

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

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

Please follow the guidance below to uninstall perl-Time-timegm.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 3:18:15 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Time-timegm
Version : 0.01
Release : 26.fc36
Architecture : x86_64
Size : 26 k
Source : perl-Time-timegm-0.01-26.fc36.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.