How To Install perl-Time-TAI64 on CentOS 7

In this tutorial we learn how to install perl-Time-TAI64 on CentOS 7. perl-Time-TAI64 is Perl extension for converting TAI64 strings into standard unix

Introduction

In this tutorial we learn how to install perl-Time-TAI64 on CentOS 7.

What is perl-Time-TAI64

This package provides routines to convert TAI64 strings, like timestamps produced by multilog, into values that can be processed by other perl functions to display the timestamp in a human-readable form and/or use in mathematical computations.

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

Install perl-Time-TAI64 on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

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

sudo yum -y install perl-Time-TAI64

Install perl-Time-TAI64 on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

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

sudo dnf -y install perl-Time-TAI64

How To Uninstall perl-Time-TAI64 on CentOS 7

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

sudo dnf remove perl-Time-TAI64

References

Summary

In this tutorial we learn how to install perl-Time-TAI64 on CentOS 7 using yum and dnf.