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

Last updated: November 25,2024

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

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

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

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

This tutorial shows how to uninstall perl-DateTime-Format-DB2.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:50:36 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-DateTime-Format-DB2
Version : 0.05
Release : 41.fc38
Architecture : noarch
Size : 13 k
Source : perl-DateTime-Format-DB2-0.05-41.fc38.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.