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

Last updated: May 01,2024

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

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

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

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

Please follow the steps below to uninstall perl-Email-Abstract.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:33:33 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : perl-Email-Abstract
Version : 3.009
Release : 3.fc36
Architecture : noarch
Size : 37 k
Source : perl-Email-Abstract-3.009-3.fc36.src.rpm
Repository : fedora
Summary : Unified interface to mail representations
URL : https://metacpan.org/release/Email-Abstract
License : GPL+ or Artistic
Description : "Email::Abstract" provides module writers with the ability to write
: representation-independent mail handling code. For instance, in the
: cases of "Mail::Thread" or "Mail::ListDetector", a key part of the code
: involves reading the headers from a mail object. Where previously one
: would either have to specify the mail class required, or to build a new
: object from scratch, "Email::Abstract" can be used to perform certain
: simple operations on an object regardless of its underlying
: representation.