How To Install perl-MIME-Lite-HTML on Rocky Linux 8

In this tutorial we learn how to install perl-MIME-Lite-HTML on Rocky Linux 8. perl-MIME-Lite-HTML is Provide routine to transform a HTML page in a MIME-Lite mail

Introduction

In this tutorial we learn how to install perl-MIME-Lite-HTML on Rocky Linux 8.

What is perl-MIME-Lite-HTML

This module is a Perl mail client interface for sending message that support HTML format and build them for you.. This module provides routine to transform an HTML page in a MIME MIME-Lite-HTML possibilities.

We can use yum or dnf to install perl-MIME-Lite-HTML on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-MIME-Lite-HTML.

Install perl-MIME-Lite-HTML on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-MIME-Lite-HTML

Install perl-MIME-Lite-HTML on Rocky Linux 8 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-HTML using yum by running the following command:

sudo yum -y install perl-MIME-Lite-HTML

How To Uninstall perl-MIME-Lite-HTML on Rocky Linux 8

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

sudo dnf remove perl-MIME-Lite-HTML

perl-MIME-Lite-HTML Package Contents on Rocky Linux 8

/usr/share/doc/perl-MIME-Lite-HTML
/usr/share/doc/perl-MIME-Lite-HTML/COPYING
/usr/share/doc/perl-MIME-Lite-HTML/Changes
/usr/share/doc/perl-MIME-Lite-HTML/README
/usr/share/man/man3/MIME::Lite::HTML.3pm.gz
/usr/share/perl5/vendor_perl/MIME
/usr/share/perl5/vendor_perl/MIME/Lite
/usr/share/perl5/vendor_perl/MIME/Lite/HTML.pm

References

Summary

In this tutorial we learn how to install perl-MIME-Lite-HTML on Rocky Linux 8 using yum and dnf.