How to Install and Uninstall perl-DateTime-Format-MySQL.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

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

Please follow the guidance below to install perl-DateTime-Format-MySQL.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

In this section, we are going to explain the necessary steps to uninstall perl-DateTime-Format-MySQL.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-DateTime-Format-MySQL.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:14:39 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-DateTime-Format-MySQL
Version : 0.06
Release : 12.el8
Architecture : noarch
Size : 25 k
Source : perl-DateTime-Format-MySQL-0.06-12.el8.src.rpm
Repository : epel
Summary : Parse and format MySQL dates and times
URL : https://metacpan.org/release/DateTime-Format-MySQL
License : GPL+ or Artistic
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.