How to Install and Uninstall perl-HTML-Form.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-HTML-Form.noarch" package

Here is a brief guide to show you how to install perl-HTML-Form.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-HTML-Form.noarch

2. Uninstall "perl-HTML-Form.noarch" package

This guide covers the steps necessary to uninstall perl-HTML-Form.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-HTML-Form.noarch $ sudo dnf autoremove

3. Information about the perl-HTML-Form.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:22:32 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-HTML-Form
Version : 6.10
Release : 2.el9
Architecture : noarch
Size : 36 k
Source : perl-HTML-Form-6.10-2.el9.src.rpm
Repository : epel
Summary : Class that represents an HTML form element
URL : https://metacpan.org/release/HTML-Form
License : GPL+ or Artistic
Description : Objects of the HTML::Form class represents a single 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::Request objects that can be
: passed to the request() method of LWP::UserAgent.