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

Last updated: September 20,2024

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

This guide covers the steps necessary to install perl-DateTime-Format-Flexible.noarch on Fedora 34

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

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

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

Last metadata expiration check: 1:06:06 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-DateTime-Format-Flexible
Version : 0.34
Release : 1.fc34
Architecture : noarch
Size : 49 k
Source : perl-DateTime-Format-Flexible-0.34-1.fc34.src.rpm
Repository : updates
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.