How to Install and Uninstall perl-Email-Simple.noarch Package on Fedora 36

Last updated: May 18,2024

1. Install "perl-Email-Simple.noarch" package

Please follow the steps below to install perl-Email-Simple.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Email-Simple.noarch

2. Uninstall "perl-Email-Simple.noarch" package

Here is a brief guide to show you how to uninstall perl-Email-Simple.noarch on Fedora 36:

$ sudo dnf remove perl-Email-Simple.noarch $ sudo dnf autoremove

3. Information about the perl-Email-Simple.noarch package on Fedora 36

Last metadata expiration check: 1:56:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Email-Simple
Version : 2.216
Release : 13.fc36
Architecture : noarch
Size : 34 k
Source : perl-Email-Simple-2.216-13.fc36.src.rpm
Repository : fedora
Summary : Simple parsing of RFC2822 message format and headers
URL : https://metacpan.org/release/Email-Simple
License : GPL+ or Artistic
Description : "Email::Simple" is the first deliverable of the "Perl Email Project", a
: reaction against the complexity and increasing bugginess of the
: "Mail::*" modules. In contrast, "Email::*" modules are meant to be
: simple to use and to maintain, pared to the bone, fast, minimal in their
: external dependencies, and correct.