How To Install perl-DateTime-Format-XSD on Fedora 36

In this tutorial we learn how to install perl-DateTime-Format-XSD in Fedora 36. perl-DateTime-Format-XSD is Format DateTime according to xsd

Introduction

In this tutorial we learn how to install perl-DateTime-Format-XSD on Fedora 36.

What is perl-DateTime-Format-XSD

XML Schema defines a usage profile which is a subset of the ISO8601 profile. This profile defines that ‘YYYY-MM-DD"T"HH is the only possible representation for a dateTime, despite all other options ISO provides.

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

Install perl-DateTime-Format-XSD 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-DateTime-Format-XSD using dnf by running the following command:

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

Install perl-DateTime-Format-XSD 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-DateTime-Format-XSD using yum by running the following command:

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

How To Uninstall perl-DateTime-Format-XSD on Fedora 36

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

sudo dnf remove perl-DateTime-Format-XSD

perl-DateTime-Format-XSD Package Contents on Fedora 36

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

References

Summary

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