How to Install and Uninstall perl-HTML-Form Package on openSuSE Tumbleweed

Last updated: April 25,2024

1. Install "perl-HTML-Form" package

In this section, we are going to explain the necessary steps to install perl-HTML-Form on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-HTML-Form

2. Uninstall "perl-HTML-Form" package

Please follow the steps below to uninstall perl-HTML-Form on openSuSE Tumbleweed:

$ sudo zypper remove perl-HTML-Form

3. Information about the perl-HTML-Form package on openSuSE Tumbleweed

Information for package perl-HTML-Form:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-HTML-Form
Version : 6.11-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 85.5 KiB
Installed : No
Status : not installed
Source package : perl-HTML-Form-6.11-1.4.src
Upstream URL : https://metacpan.org/release/HTML-Form
Summary : Class that represents an HTML form element
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.