How To Install perl-HTML-FormatExternal on Fedora 36

In this tutorial we learn how to install perl-HTML-FormatExternal in Fedora 36. perl-HTML-FormatExternal is HTML to text formatting using external programs

Introduction

In this tutorial we learn how to install perl-HTML-FormatExternal on Fedora 36.

What is perl-HTML-FormatExternal

This is a common base for formatter modules which turn HTML into plain text by dumping it through the respective external programs. Available modules are HTML HTML HTML HTML HTML

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

Install perl-HTML-FormatExternal on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-HTML-FormatExternal

Install perl-HTML-FormatExternal on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-HTML-FormatExternal

How To Uninstall perl-HTML-FormatExternal on Fedora 36

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

sudo dnf remove perl-HTML-FormatExternal

perl-HTML-FormatExternal Package Contents on Fedora 36

/usr/share/doc/perl-HTML-FormatExternal
/usr/share/doc/perl-HTML-FormatExternal/Changes
/usr/share/doc/perl-HTML-FormatExternal/README
/usr/share/doc/perl-HTML-FormatExternal/examples
/usr/share/doc/perl-HTML-FormatExternal/examples/demo.pl
/usr/share/licenses/perl-HTML-FormatExternal
/usr/share/licenses/perl-HTML-FormatExternal/COPYING
/usr/share/man/man3/HTML::FormatExternal.3pm.gz
/usr/share/perl5/vendor_perl/HTML
/usr/share/perl5/vendor_perl/HTML/FormatExternal.pm
/usr/share/perl5/vendor_perl/HTML/FormatText

References

Summary

In this tutorial we learn how to install perl-HTML-FormatExternal on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).