How to Install and Uninstall perl-DateTime-Format-Mail.noarch Package on Rocky Linux 9

Last updated: November 25,2024

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

In this section, we are going to explain the necessary steps to install perl-DateTime-Format-Mail.noarch on Rocky Linux 9

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

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

Please follow the step by step instructions below to uninstall perl-DateTime-Format-Mail.noarch on Rocky Linux 9:

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

3. Information about the perl-DateTime-Format-Mail.noarch package on Rocky Linux 9

Last metadata expiration check: 2:40:18 ago on Fri Feb 16 06:49:52 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.