How To Install perl-HTML-FromText on Fedora 36

In this tutorial we learn how to install perl-HTML-FromText in Fedora 36. perl-HTML-FromText is Convert plain text to HTML

Introduction

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

What is perl-HTML-FromText

“HTML options that shape the conversion. There is a utility function, “text2html”, that’s exported by default. This function is simply a short- cut to the Object Oriented interface described in detail below.

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

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

sudo dnf -y install perl-HTML-FromText

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

sudo yum -y install perl-HTML-FromText

How To Uninstall perl-HTML-FromText on Fedora 36

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

sudo dnf remove perl-HTML-FromText

perl-HTML-FromText Package Contents on Fedora 36

/usr/bin/text2html
/usr/share/doc/perl-HTML-FromText
/usr/share/doc/perl-HTML-FromText/Changes
/usr/share/doc/perl-HTML-FromText/README
/usr/share/man/man1/text2html.1.gz
/usr/share/man/man3/HTML::FromText.3pm.gz
/usr/share/perl5/vendor_perl/HTML
/usr/share/perl5/vendor_perl/HTML/FromText.pm

References

Summary

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