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

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

Introduction

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

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

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

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

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

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

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

sudo dnf remove perl-HTML-FormatExternal-Links
/usr/share/man/man3/HTML::FormatText::Links.3pm.gz
/usr/share/perl5/vendor_perl/HTML/FormatText/Links.pm

References

Summary

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