How to Install and Uninstall perl-DateTime-Format-Pg.noarch Package on Fedora 34

Last updated: October 06,2024

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

In this section, we are going to explain the necessary steps to install perl-DateTime-Format-Pg.noarch on Fedora 34

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

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

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

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

3. Information about the perl-DateTime-Format-Pg.noarch package on Fedora 34

Last metadata expiration check: 5:46:05 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-DateTime-Format-Pg
Version : 0.16014
Release : 1.fc34
Architecture : noarch
Size : 32 k
Source : perl-DateTime-Format-Pg-0.16014-1.fc34.src.rpm
Repository : fedora
Summary : Parse and format PostgreSQL dates and times
URL : https://metacpan.org/release/DateTime-Format-Pg
License : GPL+ or Artistic
Description : This module understands the formats used by PostgreSQL for its DATE, TIME,
: TIMESTAMP, and INTERVAL data types. It can be used to parse these formats
: in order to create DateTime or DateTime::Duration objects, and it can take
: a DateTime or DateTime::Duration object and produce a string representing
: it in a format accepted by PostgreSQL.