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

Last updated: October 10,2024

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

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

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

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

This guide let you learn how to uninstall perl-Email-Abstract.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:40:57 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Email-Abstract
Version : 3.009
Release : 2.fc35
Architecture : noarch
Size : 37 k
Source : perl-Email-Abstract-3.009-2.fc35.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.