How To Install perl-HTML-Formatter on AlmaLinux 8

In this tutorial we learn how to install perl-HTML-Formatter in AlmaLinux 8. perl-HTML-Formatter is HTML formatter modules

Introduction

In this tutorial we learn how to install perl-HTML-Formatter on AlmaLinux 8.

What is perl-HTML-Formatter

A collection of modules that formats HTML as plaintext, PostScript or RTF.

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

Install perl-HTML-Formatter on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-HTML-Formatter

Install perl-HTML-Formatter on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-HTML-Formatter

How To Uninstall perl-HTML-Formatter on AlmaLinux 8

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

sudo dnf remove perl-HTML-Formatter

References

Summary

In this tutorial we learn how to install perl-HTML-Formatter on AlmaLinux 8 using yum and dnf.