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

Last updated: May 15,2024

1. Install "perl-HTML-FillInForm" package

This guide covers the steps necessary to install perl-HTML-FillInForm on openSUSE Leap

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

2. Uninstall "perl-HTML-FillInForm" package

This guide covers the steps necessary to uninstall perl-HTML-FillInForm on openSUSE Leap:

$ sudo zypper remove perl-HTML-FillInForm

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

Information for package perl-HTML-FillInForm:
---------------------------------------------
Repository : Main Repository
Name : perl-HTML-FillInForm
Version : 2.22-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 63.5 KiB
Installed : No
Status : not installed
Source package : perl-HTML-FillInForm-2.22-bp155.2.9.src
Upstream URL : https://metacpan.org/release/HTML-FillInForm
Summary : Populates HTML Forms with data
Description :
This module fills in an HTML form with data from a Perl data structure,
allowing you to keep the HTML and Perl separate.
Here are two common use cases:
1. A user submits an HTML form without filling out a required field. You
want to redisplay the form with all the previous data in it, to make it
easy for the user to see and correct the error.
2. You have just retrieved a record from a database and need to display it
in an HTML form.