How to Install and Uninstall cl-hunchentoot Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 09,2024

1. Install "cl-hunchentoot" package

Learn how to install cl-hunchentoot on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install cl-hunchentoot

2. Uninstall "cl-hunchentoot" package

Please follow the steps below to uninstall cl-hunchentoot on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the cl-hunchentoot package on Ubuntu 21.04 (Hirsute Hippo)

Package: cl-hunchentoot
Architecture: all
Version: 1.2.38-1.1
Priority: optional
Section: universe/lisp
Source: hunchentoot
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 618
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)
Replaces: hunchentoot
Filename: pool/universe/h/hunchentoot/cl-hunchentoot_1.2.38-1.1_all.deb
Size: 138640
MD5sum: 31f18d5a5118c3e68827f29a92c62c6b
SHA1: 509e6f382121bc54a8a971fbe769698eca51e185
SHA256: 20a94de9872f962cc395682a1453ef9f6d665ee49192bfd63cd847e5c1b16020
SHA512: a25317af7815c99d94f63a41bee400e4b500205dcdfc73e3b6350b0b4aabc57d52bd2dc58860cbd9a99d2d43f647b2a0982860a77d940d67e7b41581bdeec707
Homepage: http://weitz.de/hunchentoot/
Description-en: 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: 37a7c87a6530a7f467022410ee84801f