How To Install perl-MIME-Lite.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-MIME-Lite.noarch in Amazon Linux 2. perl-MIME-Lite.noarch is MIME

Introduction

In this tutorial we learn how to install perl-MIME-Lite.noarch on Amazon Linux 2.

What is perl-MIME-Lite.noarch

MIME 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

We can use yum to install perl-MIME-Lite.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-MIME-Lite.noarch.

Install perl-MIME-Lite.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-MIME-Lite.noarch using yum by running the following command:

sudo yum -y install perl-MIME-Lite.noarch

How To Uninstall perl-MIME-Lite.noarch on Amazon Linux 2

To uninstall only the perl-MIME-Lite.noarch package we can use the following command:

sudo yum remove perl-MIME-Lite.noarch

perl-MIME-Lite.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-MIME-Lite-3.030
/usr/share/doc/perl-MIME-Lite-3.030/COPYING
/usr/share/doc/perl-MIME-Lite-3.030/LICENSE
/usr/share/doc/perl-MIME-Lite-3.030/README
/usr/share/doc/perl-MIME-Lite-3.030/changes.pod
/usr/share/doc/perl-MIME-Lite-3.030/contrib
/usr/share/doc/perl-MIME-Lite-3.030/contrib/MailTool.pm
/usr/share/doc/perl-MIME-Lite-3.030/contrib/README
/usr/share/doc/perl-MIME-Lite-3.030/examples
/usr/share/doc/perl-MIME-Lite-3.030/examples/mime_fwd
/usr/share/doc/perl-MIME-Lite-3.030/examples/mime_gif
/usr/share/doc/perl-MIME-Lite-3.030/examples/mime_hack
/usr/share/doc/perl-MIME-Lite-3.030/examples/mime_longlines
/usr/share/doc/perl-MIME-Lite-3.030/examples/mime_postcard
/usr/share/doc/perl-MIME-Lite-3.030/examples/nodisp
/usr/share/man/man3/MIME::Lite.3pm.gz
/usr/share/man/man3/MIME::changes.3pm.gz
/usr/share/perl5/vendor_perl/MIME
/usr/share/perl5/vendor_perl/MIME/Lite.pm

References

Summary

In this tutorial we learn how to install perl-MIME-Lite.noarch on Amazon Linux 2 using yum.