How to Install and Uninstall perl-Email-Abstract.noarch Package on CentOS 8 / RHEL 8

Last updated: April 28,2024

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

Here is a brief guide to show you how to install perl-Email-Abstract.noarch on CentOS 8 / RHEL 8

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

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

Here is a brief guide to show you how to uninstall perl-Email-Abstract.noarch on CentOS 8 / RHEL 8:

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

3. Information about the perl-Email-Abstract.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:36:34 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-Email-Abstract
Version : 3.008
Release : 15.el8
Architecture : noarch
Size : 38 k
Source : perl-Email-Abstract-3.008-15.el8.src.rpm
Repository : epel
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.