How To Install perl-DateTime-Format-Builder on Fedora 36
Introduction
In this tutorial we learn how to install perl-DateTime-Format-Builder on Fedora 36.
What is perl-DateTime-Format-Builder
DateTime dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way to do this without writing reams of structural code. Builder provides a number of methods, most of which you’ll never need, or at least rarely need. They’re provided more for exposing of the module’s innards to any sub-classes, or for when you need to do something slightly beyond what is expected.
We can use yum or dnf to install perl-DateTime-Format-Builder on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-DateTime-Format-Builder.
Install perl-DateTime-Format-Builder 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-Builder using dnf by running the following command:
sudo dnf -y install perl-DateTime-Format-Builder
Install perl-DateTime-Format-Builder 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-Builder using yum by running the following command:
sudo yum -y install perl-DateTime-Format-Builder
How To Uninstall perl-DateTime-Format-Builder on Fedora 36
To uninstall only the perl-DateTime-Format-Builder package we can use the following command:
sudo dnf remove perl-DateTime-Format-Builder
perl-DateTime-Format-Builder Package Contents on Fedora 36
/usr/share/doc/perl-DateTime-Format-Builder
/usr/share/doc/perl-DateTime-Format-Builder/CODE_OF_CONDUCT.md
/usr/share/doc/perl-DateTime-Format-Builder/CONTRIBUTING.md
/usr/share/doc/perl-DateTime-Format-Builder/Changes
/usr/share/doc/perl-DateTime-Format-Builder/README.md
/usr/share/doc/perl-DateTime-Format-Builder/examples
/usr/share/doc/perl-DateTime-Format-Builder/examples/Apache.pm
/usr/share/doc/perl-DateTime-Format-Builder/examples/Fall.pm
/usr/share/doc/perl-DateTime-Format-Builder/examples/ICal.pm
/usr/share/doc/perl-DateTime-Format-Builder/examples/MySQL.pm
/usr/share/doc/perl-DateTime-Format-Builder/examples/Simple.pm
/usr/share/doc/perl-DateTime-Format-Builder/examples/Tivoli.pm
/usr/share/doc/perl-DateTime-Format-Builder/examples/W3CDTF.pm
/usr/share/doc/perl-DateTime-Format-Builder/t
/usr/share/doc/perl-DateTime-Format-Builder/t/00-report-prereqs.dd
/usr/share/doc/perl-DateTime-Format-Builder/t/00-report-prereqs.t
/usr/share/doc/perl-DateTime-Format-Builder/t/99pod.t
/usr/share/doc/perl-DateTime-Format-Builder/t/altcon.t
/usr/share/doc/perl-DateTime-Format-Builder/t/basic.t
/usr/share/doc/perl-DateTime-Format-Builder/t/clone.t
/usr/share/doc/perl-DateTime-Format-Builder/t/create.t
/usr/share/doc/perl-DateTime-Format-Builder/t/dispatch.t
/usr/share/doc/perl-DateTime-Format-Builder/t/extra.t
/usr/share/doc/perl-DateTime-Format-Builder/t/fall.t
/usr/share/doc/perl-DateTime-Format-Builder/t/import.t
/usr/share/doc/perl-DateTime-Format-Builder/t/lengths.t
/usr/share/doc/perl-DateTime-Format-Builder/t/memory-cycle.t
/usr/share/doc/perl-DateTime-Format-Builder/t/mergecb.t
/usr/share/doc/perl-DateTime-Format-Builder/t/newclass.t
/usr/share/doc/perl-DateTime-Format-Builder/t/nocon.t
/usr/share/doc/perl-DateTime-Format-Builder/t/noredef.t
/usr/share/doc/perl-DateTime-Format-Builder/t/on_fail.t
/usr/share/doc/perl-DateTime-Format-Builder/t/on_fail_regex.t
/usr/share/doc/perl-DateTime-Format-Builder/t/on_fail_sub.t
/usr/share/doc/perl-DateTime-Format-Builder/t/param.t
/usr/share/doc/perl-DateTime-Format-Builder/t/quick.t
/usr/share/doc/perl-DateTime-Format-Builder/t/self.t
/usr/share/doc/perl-DateTime-Format-Builder/t/strptime.t
/usr/share/doc/perl-DateTime-Format-Builder/t/taint.t
/usr/share/doc/perl-DateTime-Format-Builder/t/verbose.t
/usr/share/doc/perl-DateTime-Format-Builder/t/wholeclass.t
/usr/share/licenses/perl-DateTime-Format-Builder
/usr/share/licenses/perl-DateTime-Format-Builder/LICENSE
/usr/share/man/man3/DateTime::Format::Builder.3pm.gz
/usr/share/man/man3/DateTime::Format::Builder::Parser.3pm.gz
/usr/share/man/man3/DateTime::Format::Builder::Parser::Dispatch.3pm.gz
/usr/share/man/man3/DateTime::Format::Builder::Parser::Quick.3pm.gz
/usr/share/man/man3/DateTime::Format::Builder::Parser::Regex.3pm.gz
/usr/share/man/man3/DateTime::Format::Builder::Parser::Strptime.3pm.gz
/usr/share/man/man3/DateTime::Format::Builder::Parser::generic.3pm.gz
/usr/share/man/man3/DateTime::Format::Builder::Tutorial.3pm.gz
/usr/share/perl5/vendor_perl/DateTime
/usr/share/perl5/vendor_perl/DateTime/Format
/usr/share/perl5/vendor_perl/DateTime/Format/Builder
/usr/share/perl5/vendor_perl/DateTime/Format/Builder.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Builder/Parser
/usr/share/perl5/vendor_perl/DateTime/Format/Builder/Parser.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Builder/Parser/Dispatch.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Builder/Parser/Quick.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Builder/Parser/Regex.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Builder/Parser/Strptime.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Builder/Parser/generic.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Builder/Tutorial.pod
References
Summary
In this tutorial we learn how to install perl-DateTime-Format-Builder on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).