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

Last updated: May 18,2024

1. Install "perl-HTTP-Server-Simple" package

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

$ sudo zypper refresh $ sudo zypper install perl-HTTP-Server-Simple

2. Uninstall "perl-HTTP-Server-Simple" package

Please follow the instructions below to uninstall perl-HTTP-Server-Simple on openSUSE Leap:

$ sudo zypper remove perl-HTTP-Server-Simple

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

Information for package perl-HTTP-Server-Simple:
------------------------------------------------
Repository : Main Repository
Name : perl-HTTP-Server-Simple
Version : 0.52-1.22
Arch : noarch
Vendor : SUSE LLC
Installed Size : 44.3 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-Server-Simple-0.52-1.22.src
Upstream URL : http://search.cpan.org/dist/HTTP-Server-Simple/
Summary : Lightweight HTTP server
Description :
This is a simple standalone HTTP server. By default, it doesn't thread or
fork. It does, however, act as a simple frontend which can be used to build
a standalone web-based application or turn a CGI into one.
It is possible to use Net::Server classes to create forking, pre-forking,
and other types of more complicated servers; see net_server.
By default, the server traps a few signals:
* HUP
When you 'kill -HUP' the server, it lets the current request finish being
processed, then uses the 'restart' method to re-exec itself. Please note
that in order to provide restart-on-SIGHUP, HTTP::Server::Simple sets a
SIGHUP handler during initialisation. If your request handling code forks
you need to make sure you reset this or unexpected things will happen if
somebody sends a HUP to all running processes spawned by your app (e.g. by
"kill -HUP