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

Last updated: May 16,2024

1. Install "perl-Email-Address" package

In this section, we are going to explain the necessary steps to install perl-Email-Address on openSuSE Tumbleweed

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

2. Uninstall "perl-Email-Address" package

Learn how to uninstall perl-Email-Address on openSuSE Tumbleweed:

$ sudo zypper remove perl-Email-Address

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

Information for package perl-Email-Address:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Email-Address
Version : 1.913-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 55.9 KiB
Installed : No
Status : not installed
Source package : perl-Email-Address-1.913-1.4.src
Upstream URL : https://metacpan.org/release/Email-Address
Summary : RFC 2822 Address Parsing and Creation
Description :
This class implements a regex-based RFC 2822 parser that locates email
addresses in strings and returns a list of 'Email::Address' objects found.
Alternatively you may construct objects manually. The goal of this software
is to be correct, and very very fast.
Version 1.909 and earlier of this module had vulnerabilies (at
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7686) and (at
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12558) which
allowed specially constructed email to cause a denial of service. The
reported vulnerabilities and some other pathalogical cases (meaning they
really shouldn't occur in normal email) have been addressed in version
1.910 and newer. If you're running version 1.909 or older, you should
update!
Alternatively, you could switch to *Email::Address::XS* which has a
backward compatible API. *Why not just use that?*