How to Install and Uninstall libmicrohttpd12 Package on Kali Linux

Last updated: May 19,2024

1. Install "libmicrohttpd12" package

Learn how to install libmicrohttpd12 on Kali Linux

$ sudo apt update $ sudo apt install libmicrohttpd12

2. Uninstall "libmicrohttpd12" package

Please follow the step by step instructions below to uninstall libmicrohttpd12 on Kali Linux:

$ sudo apt remove libmicrohttpd12 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmicrohttpd12 package on Kali Linux

Package: libmicrohttpd12
Source: libmicrohttpd
Version: 1.0.0-2
Installed-Size: 302
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34), libgnutls30 (>= 3.8.1)
Size: 151736
SHA256: 7ef8c0063450a10e7fd3b7fd119fb72ddd38bcafde6c3feaa9201d37d9e46b77
SHA1: da449e5632211d298547b9d6ecd20bbd09b79267
MD5sum: 0bc37126c6d85596b50933fa3f96fe93
Description: library embedding HTTP server functionality
GNU libmicrohttpd is a small C library that is supposed to make it easy to run
an HTTP server as part of another application. Key features that distinguish
GNU Libmicrohttpd from other projects are:
.
* C library: fast and small
* API is simple, expressive and fully reentrant
* Implementation is HTTP 1.1 compliant
* HTTP server can listen on multiple ports
* Four different threading models (select, poll, pthread, thread pool)
* Support for IPv6
* Support for SHOUTcast
* Support for incremental processing of POST data (optional)
* Support for basic and digest authentication (optional)
* Support for SSL3 and TLS
Description-md5:
Multi-Arch: same
Homepage: https://www.gnu.org/software/libmicrohttpd/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libm/libmicrohttpd/libmicrohttpd12_1.0.0-2_amd64.deb