How to Install and Uninstall perl-Email-Abstract Package on openSUSE Leap

Last updated: May 15,2024

1. Install "perl-Email-Abstract" package

This guide let you learn how to install perl-Email-Abstract on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Email-Abstract

2. Uninstall "perl-Email-Abstract" package

In this section, we are going to explain the necessary steps to uninstall perl-Email-Abstract on openSUSE Leap:

$ sudo zypper remove perl-Email-Abstract

3. Information about the perl-Email-Abstract package on openSUSE Leap

Information for package perl-Email-Abstract:
--------------------------------------------
Repository : Main Repository
Name : perl-Email-Abstract
Version : 3.009-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 59.7 KiB
Installed : No
Status : not installed
Source package : perl-Email-Abstract-3.009-bp155.2.10.src
Upstream URL : https://metacpan.org/release/Email-Abstract
Summary : Unified interface to mail representations
Description :
'Email::Abstract' provides module writers with the ability to write simple,
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.
'Email::Abstract' currently supports 'Mail::Internet', 'MIME::Entity',
'Mail::Message', 'Email::Simple', 'Email::MIME', and 'Courriel'. Other
representations are encouraged to create their own 'Email::Abstract::*'
class by copying 'Email::Abstract::EmailSimple'. All modules installed
under the 'Email::Abstract' hierarchy will be automatically picked up and
used.