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

Last updated: May 19,2024

1. Install "perl-MIME-Lite" package

This guide let you learn how to install perl-MIME-Lite on openSUSE Leap

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

2. Uninstall "perl-MIME-Lite" package

Learn how to uninstall perl-MIME-Lite on openSUSE Leap:

$ sudo zypper remove perl-MIME-Lite

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

Information for package perl-MIME-Lite:
---------------------------------------
Repository : Main Repository
Name : perl-MIME-Lite
Version : 3.033-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 237.9 KiB
Installed : No
Status : not installed
Source package : perl-MIME-Lite-3.033-bp155.2.8.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.