How to Install and Uninstall libhttp-daemon-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libhttp-daemon-perl" package

Please follow the instructions below to install libhttp-daemon-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libhttp-daemon-perl

2. Uninstall "libhttp-daemon-perl" package

This guide let you learn how to uninstall libhttp-daemon-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libhttp-daemon-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhttp-daemon-perl package on Ubuntu 21.10 (Impish Indri)

Package: libhttp-daemon-perl
Architecture: all
Version: 6.12-1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 55
Depends: perl:any, libhttp-date-perl, libhttp-message-perl, libio-socket-ip-perl, liblwp-mediatypes-perl, libsocket-perl
Breaks: libhttp-proxy-perl (<< 0.304-4), librpc-xml-perl (<< 0.80-2), libwww-mechanize-perl (<< 1.91-2)
Filename: pool/main/libh/libhttp-daemon-perl/libhttp-daemon-perl_6.12-1_all.deb
Size: 21664
MD5sum: 079883ee1b6dffc4a03f5f0c1d133aa3
SHA1: de0ad777c2a363b2cff2165bf2425f8a100a96d2
SHA256: 8f0372d3524c8d34fea1e050640e0a9396aabd3f39c927f1e76e5072b4a8eb1b
SHA512: 1ed6c95c86412bfc60eb504061720d5793af64b7c05849cf9bd031d642997b4fb8066d8e85e58a94e7ae850b8e4f63fca136c5059d2ba6f89bca330685cd8cea
Homepage: https://metacpan.org/release/HTTP-Daemon
Description-en: simple http server class
Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a
socket for incoming requests. The HTTP::Daemon is a subclass of
IO::Socket::IP, so you can perform socket operations directly on it too.
.
The accept() method will return when a connection from a client is available.
The returned value will be an HTTP::Daemon::ClientConn object which is
another IO::Socket::IP subclass. Calling the get_request() method on this
object will read data from the client and return an HTTP::Request object. The
ClientConn object also provide methods to send back various responses.
.
This HTTP daemon does not fork(2) for you. Your application, i.e. the user of
the HTTP::Daemon is responsible for forking if that is desirable. Also note
that the user is responsible for generating responses that conform to the
HTTP/1.1 protocol.
Description-md5: bc18d58f587125ce15970c9f9291eaa7
Task: ubuntu-desktop-minimal, ubuntu-desktop, kubuntu-desktop, kubuntu-full, xubuntu-core, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop, ubuntustudio-fonts, ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop, ubuntu-budgie-desktop-raspi