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

Last updated: September 20,2024

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

This tutorial shows how to install perl-Data-FormValidator-Constraints-DateTime.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall perl-Data-FormValidator-Constraints-DateTime.noarch on Fedora 34:

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

Last metadata expiration check: 1:09:31 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Data-FormValidator-Constraints-DateTime
Version : 1.11
Release : 30.fc34
Architecture : noarch
Size : 21 k
Source : perl-Data-FormValidator-Constraints-DateTime-1.11-30.fc34.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.