How To Install perl-HTML-FormatExternal-W3m on Fedora 36

In this tutorial we learn how to install perl-HTML-FormatExternal-W3m in Fedora 36. perl-HTML-FormatExternal-W3m is Format HTML as plain text using w3m

Introduction

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

What is perl-HTML-FormatExternal-W3m

This Perl module turns HTML into plain text using the w3m program.

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

Install perl-HTML-FormatExternal-W3m 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-W3m using dnf by running the following command:

sudo dnf -y install perl-HTML-FormatExternal-W3m

Install perl-HTML-FormatExternal-W3m 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-W3m using yum by running the following command:

sudo yum -y install perl-HTML-FormatExternal-W3m

How To Uninstall perl-HTML-FormatExternal-W3m on Fedora 36

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

sudo dnf remove perl-HTML-FormatExternal-W3m

perl-HTML-FormatExternal-W3m Package Contents on Fedora 36

/usr/share/man/man3/HTML::FormatText::W3m.3pm.gz
/usr/share/perl5/vendor_perl/HTML/FormatText/W3m.pm

References

Summary

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