How To Install perl-Time-timegm on Fedora 36

In this tutorial we learn how to install perl-Time-timegm in Fedora 36. perl-Time-timegm is UTC version of mktime()

Introduction

In this tutorial we learn how to install perl-Time-timegm on Fedora 36.

What is perl-Time-timegm

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.

We can use yum or dnf to install perl-Time-timegm on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Time-timegm.

Install perl-Time-timegm on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Time-timegm using dnf by running the following command:

sudo dnf -y install perl-Time-timegm

Install perl-Time-timegm on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Time-timegm using yum by running the following command:

sudo yum -y install perl-Time-timegm

How To Uninstall perl-Time-timegm on Fedora 36

To uninstall only the perl-Time-timegm package we can use the following command:

sudo dnf remove perl-Time-timegm

perl-Time-timegm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/2f94140492b94febfb0804f248394b04a2016b
/usr/lib64/perl5/vendor_perl/Time
/usr/lib64/perl5/vendor_perl/Time/timegm.pm
/usr/lib64/perl5/vendor_perl/auto/Time
/usr/lib64/perl5/vendor_perl/auto/Time/timegm
/usr/lib64/perl5/vendor_perl/auto/Time/timegm/timegm.so
/usr/share/doc/perl-Time-timegm
/usr/share/doc/perl-Time-timegm/Changes
/usr/share/doc/perl-Time-timegm/README
/usr/share/licenses/perl-Time-timegm
/usr/share/licenses/perl-Time-timegm/LICENSE
/usr/share/man/man3/Time::timegm.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Time-timegm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).