How to Install and Uninstall libmicrohttpd10 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 02,2024

1. Install "libmicrohttpd10" package

Please follow the steps below to install libmicrohttpd10 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmicrohttpd10

2. Uninstall "libmicrohttpd10" package

Please follow the steps below to uninstall libmicrohttpd10 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmicrohttpd10 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmicrohttpd10 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmicrohttpd10
Priority: optional
Section: universe/libs
Installed-Size: 115
Maintainer: Ubuntu Developers
Original-Maintainer: Bertrand Marc
Architecture: amd64
Source: libmicrohttpd
Version: 0.9.44+dfsg-1ubuntu2
Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.6.0), libgnutls30 (>= 3.4.2)
Filename: pool/universe/libm/libmicrohttpd/libmicrohttpd10_0.9.44+dfsg-1ubuntu2_amd64.deb
Size: 43856
MD5sum: bf8689894bb083c4725ecfa1ba19c72b
SHA1: 61e89242d340458ec1d5e25c2abccc55e597ed36
SHA256: 6ab74a2b2c638586e19eef953950dbf46014554a6fc64fad14b80bb903d8d04b
Description-en: 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: 819e00491fd6d04994a45d91e1e50b90
Homepage: http://www.gnu.org/software/libmicrohttpd/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu