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

Last updated: July 05,2024

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

This guide let you learn how to install perl-DateTime-Format-Mail.noarch on Oracle Linux 9

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

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

This is a short guide on how to uninstall perl-DateTime-Format-Mail.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 1:50:34 ago on Thu Feb 15 07:50:05 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.