How to Install and Uninstall cl-hunchentoot Package on Kali Linux

Last updated: September 19,2024

1. Install "cl-hunchentoot" package

This is a short guide on how to install cl-hunchentoot on Kali Linux

$ sudo apt update $ sudo apt install cl-hunchentoot

2. Uninstall "cl-hunchentoot" package

This guide covers the steps necessary to uninstall cl-hunchentoot on Kali Linux:

$ sudo apt remove cl-hunchentoot $ sudo apt autoclean && sudo apt autoremove

3. Information about the cl-hunchentoot package on Kali Linux

Package: cl-hunchentoot
Source: hunchentoot
Version: 1.2.38-1.1
Installed-Size: 625
Maintainer: Dimitri Fontaine
Architecture: all
Replaces: hunchentoot
Depends: cl-chunga, cl-base64, cl-fad, cl-ppcre, cl-flexi-streams, cl-plus-ssl, cl-md5 (>= 1:20130312), cl-rfc2388, cl-trivial-backtrace, cl-usocket, cl-bordeaux-threads
Conflicts: hunchentoot (<< 1.2)
Size: 145608
SHA256: ef82dd02af9b032a2cd0bfca25ae12dc78da79803ea378ad12004f607ef032a3
SHA1: 8797cca5a1be1489bab20b71a96ac0767bc1189f
MD5sum: 0415d87e71f47220de1f248b5a465edc
Description: Common Lisp web server formerly known as TBNL
Hunchentoot is a web server written in Common Lisp and at the same time a
toolkit for building dynamic websites. As a stand-alone web server,
Hunchentoot is capable of HTTP/1.1 chunking (both directions), persistent
connections (keep-alive), and SSL.
.
Hunchentoot provides facilities like automatic session handling (with and
without cookies), logging, customizable error handling, and easy access to
GET and POST parameters sent by the client. It does not include
functionality to programmatically generate HTML output. For this task you
can use any library you like, e.g. (shameless self-plug) CL-WHO or
HTML-TEMPLATE.
.
Hunchentoot talks with its front-end or with the client over TCP/IP sockets
and optionally uses multiprocessing to handle several requests at the same
time. Therefore, it cannot be implemented completely in portable Common
Lisp. It currently works "natively" with LispWorks (which is the main
development and testing platform), and additionally on all Lisps which are
supported by the compatibility layers usocket and Bordeaux Threads.
.
Hunchentoot comes with a BSD-style license so you can basically do with it
whatever you want.
Description-md5:
Homepage: http://weitz.de/hunchentoot/
Section: lisp
Priority: optional
Filename: pool/main/h/hunchentoot/cl-hunchentoot_1.2.38-1.1_all.deb