How to Install and Uninstall perl-DateTime-Format-Pg Package on openSUSE Leap

Last updated: November 07,2024

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

This tutorial shows how to install perl-DateTime-Format-Pg on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-DateTime-Format-Pg

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

This guide let you learn how to uninstall perl-DateTime-Format-Pg on openSUSE Leap:

$ sudo zypper remove perl-DateTime-Format-Pg

3. Information about the perl-DateTime-Format-Pg package on openSUSE Leap

Information for package perl-DateTime-Format-Pg:
------------------------------------------------
Repository : Main Repository
Name : perl-DateTime-Format-Pg
Version : 0.16014-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 93.5 KiB
Installed : No
Status : not installed
Source package : perl-DateTime-Format-Pg-0.16014-bp155.2.10.src
Upstream URL : https://metacpan.org/release/DateTime-Format-Pg
Summary : Parse and format PostgreSQL dates and times
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.