How to Install and Uninstall perl-Email-Abstract.noarch Package on Oracle Linux 9

Last updated: October 02,2024

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

This tutorial shows how to install perl-Email-Abstract.noarch on Oracle Linux 9

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

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

Learn how to uninstall perl-Email-Abstract.noarch on Oracle Linux 9:

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

3. Information about the perl-Email-Abstract.noarch package on Oracle Linux 9

Last metadata expiration check: 2:06:10 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Email-Abstract
Version : 3.009
Release : 3.el9
Architecture : noarch
Size : 37 k
Source : perl-Email-Abstract-3.009-3.el9.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.