How to Install and Uninstall perl-Email-Abstract Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "perl-Email-Abstract" package

This is a short guide on how to install perl-Email-Abstract on openSuSE Tumbleweed

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

2. Uninstall "perl-Email-Abstract" package

Please follow the step by step instructions below to uninstall perl-Email-Abstract on openSuSE Tumbleweed:

$ sudo zypper remove perl-Email-Abstract

3. Information about the perl-Email-Abstract package on openSuSE Tumbleweed

Information for package perl-Email-Abstract:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Email-Abstract
Version : 3.10.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 59.4 KiB
Installed : No
Status : not installed
Source package : perl-Email-Abstract-3.10.0-2.1.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.