How to Install and Uninstall perl-DateTime-Format-Mail.noarch Package on Fedora 36

Last updated: May 18,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 Fedora 36

$ 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 Fedora 36:

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

3. Information about the perl-DateTime-Format-Mail.noarch package on Fedora 36

Last metadata expiration check: 3:07:09 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-DateTime-Format-Mail
Epoch : 1
Version : 0.403
Release : 17.fc36
Architecture : noarch
Size : 27 k
Source : perl-DateTime-Format-Mail-0.403-17.fc36.src.rpm
Repository : fedora
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.