How to Install and Uninstall perl-DateTime-Format-Flexible.noarch Package on Oracle Linux 8

Last updated: May 16,2024

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

Please follow the guidelines below to install perl-DateTime-Format-Flexible.noarch on Oracle Linux 8

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

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

Here is a brief guide to show you how to uninstall perl-DateTime-Format-Flexible.noarch on Oracle Linux 8:

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

3. Information about the perl-DateTime-Format-Flexible.noarch package on Oracle Linux 8

Last metadata expiration check: 6:43:27 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-DateTime-Format-Flexible
Version : 0.34
Release : 1.el8
Architecture : noarch
Size : 54 k
Source : perl-DateTime-Format-Flexible-0.34-1.el8.src.rpm
Repository : epel
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.