How to Install and Uninstall perl-CGI-Simple Package on openSUSE Leap

Last updated: July 02,2024

1. Install "perl-CGI-Simple" package

Please follow the guidelines below to install perl-CGI-Simple on openSUSE Leap

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

2. Uninstall "perl-CGI-Simple" package

This guide let you learn how to uninstall perl-CGI-Simple on openSUSE Leap:

$ sudo zypper remove perl-CGI-Simple

3. Information about the perl-CGI-Simple package on openSUSE Leap

Information for package perl-CGI-Simple:
----------------------------------------
Repository : Main Repository
Name : perl-CGI-Simple
Version : 1.280-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 221.9 KiB
Installed : No
Status : not installed
Source package : perl-CGI-Simple-1.280-bp155.1.5.src
Upstream URL : https://metacpan.org/release/CGI-Simple
Summary : Object-oriented CGI interface compliant to CGI.pm
Description :
CGI::Simple provides a relatively lightweight drop in replacement for
CGI.pm. It shares an identical OO interface to CGI.pm for parameter
parsing, file upload, cookie handling and header generation. This module is
entirely object oriented, however a complete functional interface is
available by using the CGI::Simple::Standard module.
Essentially everything in CGI.pm that relates to the CGI (not HTML) side of
things is available. There are even a few new methods and additions to old
ones! If you are interested in what has gone on under the hood see the
Compatibility with CGI.pm section at the end.
In practical testing this module loads and runs about twice as fast as
CGI.pm depending on the precise task.