How to Install and Uninstall libmicrohttpd.x86_64 Package on Amazon Linux 2

Last updated: May 17,2024

1. Install "libmicrohttpd.x86_64" package

This tutorial shows how to install libmicrohttpd.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libmicrohttpd.x86_64

2. Uninstall "libmicrohttpd.x86_64" package

Please follow the guidance below to uninstall libmicrohttpd.x86_64 on Amazon Linux 2:

$ sudo yum remove libmicrohttpd.x86_64 $ sudo yum autoremove

3. Information about the libmicrohttpd.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libmicrohttpd
Arch : x86_64
Version : 0.9.33
Release : 2.amzn2.0.2
Size : 58 k
Repo : amzn2-core/2/x86_64
Summary : Lightweight library for embedding a webserver in applications
URL : http://www.gnu.org/software/libmicrohttpd/
License : LGPLv2+
Description : 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 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
: * Support for IPv6
: * Support for incremental processing of POST data
: * Creates binary of only 25k (for now)
: * Three different threading models