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

Last updated: January 17,2025

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

Please follow the steps below to install perl-DateTime-Format-Flexible.noarch on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 2:59:15 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-DateTime-Format-Flexible
Version : 0.34
Release : 6.fc38
Architecture : noarch
Size : 48 k
Source : perl-DateTime-Format-Flexible-0.34-6.fc38.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.