How to Install and Uninstall perl-DateTime-Format-DB2.noarch Package on Fedora 39

Last updated: November 28,2024

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

Please follow the step by step instructions below to install perl-DateTime-Format-DB2.noarch on Fedora 39

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

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

This guide let you learn how to uninstall perl-DateTime-Format-DB2.noarch on Fedora 39:

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

3. Information about the perl-DateTime-Format-DB2.noarch package on Fedora 39

Last metadata expiration check: 3:26:06 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-DateTime-Format-DB2
Version : 0.05
Release : 42.fc39
Architecture : noarch
Size : 13 k
Source : perl-DateTime-Format-DB2-0.05-42.fc39.src.rpm
Repository : fedora
Summary : Parse and format DB2 dates and times
URL : https://metacpan.org/release/DateTime-Format-DB2
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This module understands the formats used by DB2 for its DATE, TIME, and
: TIMESTAMP data types. It can be used to parse these formats in order to
: create DateTime objects, and it can take a DateTime object and produce a
: string representing it in the DB2 format.