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

Last updated: May 18,2024

1. Install "perl-Email-MIME" package

Here is a brief guide to show you how to install perl-Email-MIME on openSUSE Leap

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

2. Uninstall "perl-Email-MIME" package

Here is a brief guide to show you how to uninstall perl-Email-MIME on openSUSE Leap:

$ sudo zypper remove perl-Email-MIME

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

Information for package perl-Email-MIME:
----------------------------------------
Repository : Main Repository
Name : perl-Email-MIME
Version : 1.953-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 121.1 KiB
Installed : No
Status : not installed
Source package : perl-Email-MIME-1.953-bp155.1.4.src
Upstream URL : https://metacpan.org/release/Email-MIME
Summary : Easy MIME message handling
Description :
This is an extension of the Email::Simple module, to handle MIME encoded
messages. It takes a message as a string, splits it up into its constituent
parts, and allows you access to various parts of the message. Headers are
decoded from MIME encoding.