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

Last updated: May 15,2024

1. Install "libmicrohttpd-dev" package

This is a short guide on how to install libmicrohttpd-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmicrohttpd-dev

2. Uninstall "libmicrohttpd-dev" package

This tutorial shows how to uninstall libmicrohttpd-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmicrohttpd-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 994
Maintainer: Ubuntu Developers
Original-Maintainer: Bertrand Marc
Architecture: amd64
Source: libmicrohttpd
Version: 0.9.44+dfsg-1ubuntu2
Depends: libmicrohttpd10 (= 0.9.44+dfsg-1ubuntu2), libgnutls28-dev, libgcrypt-dev
Filename: pool/universe/libm/libmicrohttpd/libmicrohttpd-dev_0.9.44+dfsg-1ubuntu2_amd64.deb
Size: 287988
MD5sum: ffabd12df48b0c14db7316fff1c27333
SHA1: 73b4c7ebafc0e808213d7f9ef9da5ae91cca1a75
SHA256: 94c71eefe8976feac2a1bd73fcaa4c52992b9fca92cf6b798935d564d4a0f672
Description-en: library embedding HTTP server functionality (development)
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 development files.
Description-md5: 6b3cdefbc2dd69a7a37417617c2c0dbf
Homepage: http://www.gnu.org/software/libmicrohttpd/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu