How to Install and Uninstall perl-MIME-Lite Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "perl-MIME-Lite" package

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

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

2. Uninstall "perl-MIME-Lite" package

Please follow the instructions below to uninstall perl-MIME-Lite on openSuSE Tumbleweed:

$ sudo zypper remove perl-MIME-Lite

3. Information about the perl-MIME-Lite package on openSuSE Tumbleweed

Information for package perl-MIME-Lite:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MIME-Lite
Version : 3.033-1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 236.9 KiB
Installed : No
Status : not installed
Source package : perl-MIME-Lite-3.033-1.13.src
Upstream URL : https://metacpan.org/release/MIME-Lite
Summary : Low-calorie MIME generator
Description :
In the never-ending quest for great taste with fewer calories, we proudly
present: _MIME::Lite_.
MIME::Lite is intended as a simple, standalone module for generating (not
parsing!) MIME messages... specifically, it allows you to output a simple,
decent single- or multi-part message with text or binary attachments. It
does not require that you have the Mail:: or MIME:: modules installed, but
will work with them if they are.
You can specify each message part as either the literal data itself (in a
scalar or array), or as a string which can be given to open() to get a
readable filehandle (e.g., " You don't need to worry about encoding your message data: this module will
do that for you. It handles the 5 standard MIME encodings.