How to Install and Uninstall haserl Package on openSuSE Tumbleweed

Last updated: May 09,2024

1. Install "haserl" package

Please follow the guidelines below to install haserl on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install haserl

2. Uninstall "haserl" package

This tutorial shows how to uninstall haserl on openSuSE Tumbleweed:

$ sudo zypper remove haserl

3. Information about the haserl package on openSuSE Tumbleweed

Information for package haserl:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : haserl
Version : 0.9.36-1.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 51.5 KiB
Installed : No
Status : not installed
Source package : haserl-0.9.36-1.12.src
Upstream URL : http://haserl.sourceforge.net/
Summary : CGI scripting with shell/lua
Description :
Haserl is a small cgi wrapper that allows "PHP" style cgi programming,
but uses a UNIX bash-like shell or lua as the programming language. It
is very small, so it can be used in embedded environments, or where
something like PHP is too big.
It combines three features into a small cgi engine: * It parses
POST and GET requests, placing form-elements as name=value
pairs into the environment for the CGI script to use. This is
somewhat like the uncgi wrapper.
* It opens a shell, and translates all text into printable
statements. All text within constructs are passed
verbatim to the shell. This is somewhat like writing PHP
scripts.
* It can optionally be installed to drop its permissions to the
owner of the script, giving it some of the security features of suexec
or cgiwrapper.