How to Install and Uninstall perl-Data-FormValidator-Constraints-DateTime.noarch Package on Fedora 39

Last updated: January 11,2025

1. Install "perl-Data-FormValidator-Constraints-DateTime.noarch" package

In this section, we are going to explain the necessary steps to install perl-Data-FormValidator-Constraints-DateTime.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Data-FormValidator-Constraints-DateTime.noarch

2. Uninstall "perl-Data-FormValidator-Constraints-DateTime.noarch" package

Here is a brief guide to show you how to uninstall perl-Data-FormValidator-Constraints-DateTime.noarch on Fedora 39:

$ sudo dnf remove perl-Data-FormValidator-Constraints-DateTime.noarch $ sudo dnf autoremove

3. Information about the perl-Data-FormValidator-Constraints-DateTime.noarch package on Fedora 39

Last metadata expiration check: 3:06:31 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Data-FormValidator-Constraints-DateTime
Version : 1.11
Release : 37.fc39
Architecture : noarch
Size : 20 k
Source : perl-Data-FormValidator-Constraints-DateTime-1.11-37.fc39.src.rpm
Repository : fedora
Summary : Data::FormValidator constraints for dates and times
URL : https://metacpan.org/release/Data-FormValidator-Constraints-DateTime
License : GPL+ or Artistic
Description : This package provides constraint routines for Data::FormValidator for
: dealing with dates and times. It provides an easy mechanism for validating
: dates of any format (using strptime(3)) and transforming those dates (as
: long as you 'untaint' the fields) into valid DateTime objects, or into
: strings that would be properly formatted for various database engines.