How To Install perl-DateTime-Format-Builder on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-DateTime-Format-Builder on Rocky Linux 8.
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 subclasses, 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 Rocky Linux 8. 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 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-Builder using dnf by running the following command:
sudo dnf -y install perl-DateTime-Format-Builder
Install perl-DateTime-Format-Builder 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-Builder using yum by running the following command:
sudo yum -y install perl-DateTime-Format-Builder
How To Uninstall perl-DateTime-Format-Builder on Rocky Linux 8
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 Rocky Linux 8
/usr/share/doc/perl-DateTime-Format-Builder
/usr/share/doc/perl-DateTime-Format-Builder/Changes
/usr/share/doc/perl-DateTime-Format-Builder/LICENSE
/usr/share/doc/perl-DateTime-Format-Builder/README
/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/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/release-cpan-changes.t
/usr/share/doc/perl-DateTime-Format-Builder/t/release-eol.t
/usr/share/doc/perl-DateTime-Format-Builder/t/release-no-tabs.t
/usr/share/doc/perl-DateTime-Format-Builder/t/release-pod-linkcheck.t
/usr/share/doc/perl-DateTime-Format-Builder/t/release-pod-syntax.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/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 Rocky Linux 8 using yum and dnf.