How to Install and Uninstall perl-DateTime-Format-MySQL Package on openSuSE Tumbleweed

Last updated: May 18,2024

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

Learn how to install perl-DateTime-Format-MySQL on openSuSE Tumbleweed

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

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

This is a short guide on how to uninstall perl-DateTime-Format-MySQL on openSuSE Tumbleweed:

$ sudo zypper remove perl-DateTime-Format-MySQL

3. Information about the perl-DateTime-Format-MySQL package on openSuSE Tumbleweed

Information for package perl-DateTime-Format-MySQL:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-DateTime-Format-MySQL
Version : 0.0800-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 29.1 KiB
Installed : No
Status : not installed
Source package : perl-DateTime-Format-MySQL-0.0800-1.2.src
Upstream URL : https://metacpan.org/release/DateTime-Format-MySQL
Summary : Parse and format MySQL dates and times
Description :
This module understands the formats used by MySQL for its DATE, DATETIME,
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 MySQL format.