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

Last updated: October 09,2024

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

Please follow the instructions below to install perl-Data-FormValidator-Constraints-DateTime.noarch on Fedora 36

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

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

Learn how to uninstall perl-Data-FormValidator-Constraints-DateTime.noarch on Fedora 36:

$ 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 36

Last metadata expiration check: 4:04:27 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Data-FormValidator-Constraints-DateTime
Version : 1.11
Release : 33.fc36
Architecture : noarch
Size : 21 k
Source : perl-Data-FormValidator-Constraints-DateTime-1.11-33.fc36.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.