How To Install perl-HTML-FillInForm on Fedora 36

In this tutorial we learn how to install perl-HTML-FillInForm in Fedora 36. perl-HTML-FillInForm is Populates HTML Forms with data

Introduction

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

What is perl-HTML-FillInForm

This module fills in an HTML form with data from a Perl data structure, allowing you to keep the HTML and Perl separate.

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

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

sudo dnf -y install perl-HTML-FillInForm

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

sudo yum -y install perl-HTML-FillInForm

How To Uninstall perl-HTML-FillInForm on Fedora 36

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

sudo dnf remove perl-HTML-FillInForm

perl-HTML-FillInForm Package Contents on Fedora 36

/usr/share/doc/perl-HTML-FillInForm
/usr/share/doc/perl-HTML-FillInForm/Changes
/usr/share/doc/perl-HTML-FillInForm/README
/usr/share/man/man3/HTML::FillInForm.3pm.gz
/usr/share/perl5/vendor_perl/HTML
/usr/share/perl5/vendor_perl/HTML/FillInForm.pm

References

Summary

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