How To Install perl-DateTime-Format-HTTP on Rocky Linux 8

In this tutorial we learn how to install perl-DateTime-Format-HTTP on Rocky Linux 8. perl-DateTime-Format-HTTP is HTTP protocol date conversion routines

Introduction

In this tutorial we learn how to install perl-DateTime-Format-HTTP on Rocky Linux 8.

What is perl-DateTime-Format-HTTP

This module provides functions that deal with the date formats used by the HTTP protocol (and then some).

We can use yum or dnf to install perl-DateTime-Format-HTTP on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-DateTime-Format-HTTP.

Install perl-DateTime-Format-HTTP on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-DateTime-Format-HTTP using dnf by running the following command:

sudo dnf -y install perl-DateTime-Format-HTTP

Install perl-DateTime-Format-HTTP on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-DateTime-Format-HTTP using yum by running the following command:

sudo yum -y install perl-DateTime-Format-HTTP

How To Uninstall perl-DateTime-Format-HTTP on Rocky Linux 8

To uninstall only the perl-DateTime-Format-HTTP package we can use the following command:

sudo dnf remove perl-DateTime-Format-HTTP

perl-DateTime-Format-HTTP Package Contents on Rocky Linux 8

/usr/share/doc/perl-DateTime-Format-HTTP
/usr/share/doc/perl-DateTime-Format-HTTP/CREDITS
/usr/share/doc/perl-DateTime-Format-HTTP/Changes
/usr/share/doc/perl-DateTime-Format-HTTP/LICENSE
/usr/share/doc/perl-DateTime-Format-HTTP/README
/usr/share/man/man3/DateTime::Format::HTTP.3pm.gz
/usr/share/perl5/vendor_perl/DateTime
/usr/share/perl5/vendor_perl/DateTime/Format
/usr/share/perl5/vendor_perl/DateTime/Format/HTTP.pm

References

Summary

In this tutorial we learn how to install perl-DateTime-Format-HTTP on Rocky Linux 8 using yum and dnf.