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

Last updated: June 26,2024

1. Install "perl-Email-Simple" package

This tutorial shows how to install perl-Email-Simple on openSuSE Tumbleweed

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

2. Uninstall "perl-Email-Simple" package

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

$ sudo zypper remove perl-Email-Simple

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

Information for package perl-Email-Simple:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Email-Simple
Version : 2.218-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 68.4 KiB
Installed : No
Status : not installed
Source package : perl-Email-Simple-2.218-1.4.src
Upstream URL : https://metacpan.org/release/Email-Simple
Summary : Simple parsing of RFC2822 message format and headers
Description :
The Email:: namespace was begun as a reaction against the increasing
complexity and bugginess of Perl's existing email modules. 'Email::*'
modules are meant to be simple to use and to maintain, pared to the bone,
fast, minimal in their external dependencies, and correct.