How to Install and Uninstall libhttp-daemon-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libhttp-daemon-perl" package

Here is a brief guide to show you how to install libhttp-daemon-perl on Kali Linux

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

2. Uninstall "libhttp-daemon-perl" package

Please follow the step by step instructions below to uninstall libhttp-daemon-perl on Kali Linux:

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

3. Information about the libhttp-daemon-perl package on Kali Linux

Package: libhttp-daemon-perl
Version: 6.16-1
Installed-Size: 59
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libhttp-date-perl, libhttp-message-perl, libio-socket-ip-perl, liblwp-mediatypes-perl, libsocket-perl
Size: 23456
SHA256: f23e0206ef8f7ebd01e8874e9a156e9f1b10be71e0adb45d4f5c1d4da379e40a
SHA1: cb82abe4f7ab53c285609e2dcb079a10c23516b1
MD5sum: ae2b2def0a928e85ef5db02bafa3bbb9
Description: 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:
Homepage: https://metacpan.org/release/HTTP-Daemon
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libh/libhttp-daemon-perl/libhttp-daemon-perl_6.16-1_all.deb