How to Install and Uninstall perl-DateTime-Format-Builder.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "perl-DateTime-Format-Builder.noarch" package

Please follow the step by step instructions below to install perl-DateTime-Format-Builder.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-DateTime-Format-Builder.noarch

2. Uninstall "perl-DateTime-Format-Builder.noarch" package

Learn how to uninstall perl-DateTime-Format-Builder.noarch on Fedora 36:

$ sudo dnf remove perl-DateTime-Format-Builder.noarch $ sudo dnf autoremove

3. Information about the perl-DateTime-Format-Builder.noarch package on Fedora 36

Last metadata expiration check: 0:12:32 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-DateTime-Format-Builder
Version : 0.8300
Release : 6.fc36
Architecture : noarch
Size : 85 k
Source : perl-DateTime-Format-Builder-0.8300-6.fc36.src.rpm
Repository : fedora
Summary : Create DateTime parser classes and objects
URL : https://metacpan.org/release/DateTime-Format-Builder
License : Artistic 2.0 and (GPL+ or Artistic)
Description : DateTime::Format::Builder creates DateTime parsers. Many string formats of
: 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.