How to Install and Uninstall haserl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 27,2024

1. Install "haserl" package

Please follow the guidelines below to install haserl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install haserl

2. Uninstall "haserl" package

This is a short guide on how to uninstall haserl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove haserl $ sudo apt autoclean && sudo apt autoremove

3. Information about the haserl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: haserl
Priority: optional
Section: universe/interpreters
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Chow Loong Jin
Architecture: amd64
Version: 0.9.33-1
Depends: libc6 (>= 2.14), liblua5.2-0, debconf (>= 0.5) | debconf-2.0
Recommends: lua5.2
Filename: pool/universe/h/haserl/haserl_0.9.33-1_amd64.deb
Size: 29014
MD5sum: e230d6203b04729da54c93f853dcf55d
SHA1: 0ea3229f9c69bb1e1ca8b2687b2f48a43bd8c800
SHA256: 7222357a3d09c10e70e946a41325f1eb9e94d7f4883a50198060bbeed71ec657
Description-en: CGI scripting program for embedded environments
Haserl is a CGI wrapper that allows PHP-style programming in Lua or a
POSIX-compliant shell. 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 into the
environment as name=value pairs for the CGI script to use. This is
somewhat similar to the uncgi wrapper.
* It opens a shell, and translates all text into printable statements.
All text within <% ... %> constructs is passed verbatim to the shell.
This is somewhat similar to how PHP scripts are parsed.
* It can be set up to drop its permissions to the owner of the script,
giving it some of the security features of suexec or cgiwrapper.
Description-md5: b77d8a66f67b7bc4c60a90f8bbba7bb9
Homepage: http://haserl.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu