How to Install and Uninstall libmicrohttpd-dbg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libmicrohttpd-dbg" package

Please follow the guidelines below to install libmicrohttpd-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmicrohttpd-dbg

2. Uninstall "libmicrohttpd-dbg" package

Please follow the instructions below to uninstall libmicrohttpd-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmicrohttpd-dbg $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmicrohttpd-dbg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmicrohttpd-dbg
Priority: extra
Section: universe/devel
Installed-Size: 125
Maintainer: Ubuntu Developers
Original-Maintainer: Bertrand Marc
Architecture: amd64
Source: libmicrohttpd
Version: 0.9.44+dfsg-1ubuntu2
Depends: libmicrohttpd10 (= 0.9.44+dfsg-1ubuntu2), libmicrohttpd-dev (= 0.9.44+dfsg-1ubuntu2)
Filename: pool/universe/libm/libmicrohttpd/libmicrohttpd-dbg_0.9.44+dfsg-1ubuntu2_amd64.deb
Size: 98438
MD5sum: b0e43226b6b60606c9c660c20aeafc34
SHA1: 31e002d63082e67ed9196a229ad1ff413e057683
SHA256: b87fbb1dfafd23534040d92a2cadaa5b9b394f47c71d72f0d745061142af8119
Description-en: library embedding HTTP server functionality (debug)
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
.
This package contains the debugging symbols.
Description-md5: ac9e071fe4c3530beca35c6fed3a43a2
Homepage: http://www.gnu.org/software/libmicrohttpd/
Build-Ids: 7c5bf9295464d74810fef5be55a13c0fa093e26b
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu