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

Last updated: May 11,2024

1. Install "perl-CGI" package

Learn how to install perl-CGI on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-CGI

2. Uninstall "perl-CGI" package

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

$ sudo zypper remove perl-CGI

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

Information for package perl-CGI:
---------------------------------
Repository : Main Repository
Name : perl-CGI
Version : 4.46-3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 548.2 KiB
Installed : No
Status : not installed
Source package : perl-CGI-4.46-3.3.1.src
Upstream URL : https://metacpan.org/release/CGI
Summary : Handle Common Gateway Interface requests and responses
Description :
CGI.pm is a stable, complete and mature solution for processing and
preparing HTTP requests and responses. Major features including processing
form submissions, file uploads, reading and writing cookies, query string
generation and manipulation, and processing and preparing HTTP headers.
CGI.pm performs very well in a vanilla CGI.pm environment and also comes
with built-in support for mod_perl and mod_perl2 as well as FastCGI.
It has the benefit of having developed and refined over 20 years with input
from dozens of contributors and being deployed on thousands of websites.
CGI.pm was included in the perl distribution from perl v5.4 to v5.20,
however is has now been removed from the perl core...