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

Last updated: June 16,2024

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

Here is a brief guide to show you how to install perl-DateTime-Format-Mail.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This tutorial shows how to uninstall perl-DateTime-Format-Mail.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:19:26 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-DateTime-Format-Mail
Epoch : 1
Version : 0.403
Release : 6.el9
Architecture : noarch
Size : 27 k
Source : perl-DateTime-Format-Mail-0.403-6.el9.src.rpm
Repository : epel
Summary : Convert between DateTime and RFC2822/822 formats
URL : https://metacpan.org/release/DateTime-Format-Mail
License : GPL+ or Artistic
Description : RFCs 2822 and 822 specify date formats to be used by email. This module parses
: and emits such dates.
:
: RFC2822 (April 2001) introduces a slightly different format of date than that
: used by RFC822 (August 1982). The main correction is that the preferred format
: is more limited, and thus easier to parse programmatically.
:
: Despite the ease of generating and parsing perfectly valid RFC822 and RFC2822
: people still get it wrong. This module aims to correct that.