How to Install and Uninstall perl-CGI-FormBuilder Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-CGI-FormBuilder" package

Here is a brief guide to show you how to install perl-CGI-FormBuilder on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-CGI-FormBuilder

2. Uninstall "perl-CGI-FormBuilder" package

Please follow the guidelines below to uninstall perl-CGI-FormBuilder on openSuSE Tumbleweed:

$ sudo zypper remove perl-CGI-FormBuilder

3. Information about the perl-CGI-FormBuilder package on openSuSE Tumbleweed

Information for package perl-CGI-FormBuilder:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-CGI-FormBuilder
Version : 3.10-1.27
Arch : noarch
Vendor : openSUSE
Installed Size : 533.4 KiB
Installed : No
Status : not installed
Source package : perl-CGI-FormBuilder-3.10-1.27.src
Upstream URL : http://search.cpan.org/dist/CGI-FormBuilder/
Summary : Easily generate and process stateful forms
Description :
The goal of CGI::FormBuilder (FormBuilder) is to provide an easy
way for you to generate and process entire CGI form-based
applications. Its main features are:
Field Abstraction
Viewing fields as entities (instead of just params), where the
HTML representation, CGI values, validation, and so on are
properties of each field.
DWIMmery
Lots of built-in "intelligence" (such as automatic field typing),
giving you about a 4:1 ratio of the code it generates versus what
you have to write.
Built-in Validation
Full-blown regex validation for fields, even including
JavaScript code generation.
Template Support
Pluggable support for external template engines,
such as HTML::Template, Text::Template, Template Toolkit,
and CGI::FastTemplate.
Plus, the native HTML generated is valid XHTML 1.0 Transitional.