How to Install and Uninstall perl-HTML-Form Package on openSUSE Leap

Last updated: May 10,2024

1. Install "perl-HTML-Form" package

Please follow the guidance below to install perl-HTML-Form on openSUSE Leap

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

2. Uninstall "perl-HTML-Form" package

In this section, we are going to explain the necessary steps to uninstall perl-HTML-Form on openSUSE Leap:

$ sudo zypper remove perl-HTML-Form

3. Information about the perl-HTML-Form package on openSUSE Leap

Information for package perl-HTML-Form:
---------------------------------------
Repository : Main Repository
Name : perl-HTML-Form
Version : 6.03-1.22
Arch : noarch
Vendor : SUSE LLC
Installed Size : 63.0 KiB
Installed : No
Status : not installed
Source package : perl-HTML-Form-6.03-1.22.src
Upstream URL : http://search.cpan.org/dist/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'.