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

Last updated: January 11,2025

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

This is a short guide on how to install perl-DateTime-Format-Flexible.noarch on Fedora 36

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

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

This tutorial shows how to uninstall perl-DateTime-Format-Flexible.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:34:42 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-DateTime-Format-Flexible
Version : 0.34
Release : 3.fc36
Architecture : noarch
Size : 49 k
Source : perl-DateTime-Format-Flexible-0.34-3.fc36.src.rpm
Repository : fedora
Summary : Flexibly parse strings and turn them into DateTime objects
URL : https://metacpan.org/release/DateTime-Format-Flexible
License : GPL+ or Artistic
Description : If you have ever had to use a program that made you type in the date a certain
: way and thought "Why can't the computer just figure out what date I wanted?",
: this module is for you.
:
: DateTime::Format::Flexible attempts to take any string you give it and parse
: it into a DateTime object.