How To Install perl-HTML-Form on Fedora 36

In this tutorial we learn how to install perl-HTML-Form in Fedora 36. perl-HTML-Form is Class that represents an HTML form element

Introduction

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

What is perl-HTML-Form

Objects of the HTML instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide HTTP passed to the request() method of LWP

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

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

sudo dnf -y install perl-HTML-Form

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

sudo yum -y install perl-HTML-Form

How To Uninstall perl-HTML-Form on Fedora 36

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

sudo dnf remove perl-HTML-Form

perl-HTML-Form Package Contents on Fedora 36

/usr/share/doc/perl-HTML-Form
/usr/share/doc/perl-HTML-Form/Changes
/usr/share/licenses/perl-HTML-Form
/usr/share/licenses/perl-HTML-Form/LICENSE
/usr/share/man/man3/HTML::Form.3pm.gz
/usr/share/perl5/vendor_perl/HTML
/usr/share/perl5/vendor_perl/HTML/Form.pm

References

Summary

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