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

Last updated: October 05,2024

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

Learn how to install perl-DateTime-Format-Mail.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall perl-DateTime-Format-Mail.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:51:34 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-DateTime-Format-Mail
Epoch : 1
Version : 0.403
Release : 14.fc34
Architecture : noarch
Size : 27 k
Source : perl-DateTime-Format-Mail-0.403-14.fc34.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.