How to Install and Uninstall libmicrohttpd.src Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "libmicrohttpd.src" package

Here is a brief guide to show you how to install libmicrohttpd.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libmicrohttpd.src

2. Uninstall "libmicrohttpd.src" package

Please follow the instructions below to uninstall libmicrohttpd.src on Oracle Linux 9:

$ sudo dnf remove libmicrohttpd.src $ sudo dnf autoremove

3. Information about the libmicrohttpd.src package on Oracle Linux 9

Last metadata expiration check: 2:16:49 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libmicrohttpd
Epoch : 1
Version : 0.9.72
Release : 5.el9
Architecture : src
Size : 1.6 M
Source : None
Repository : ol9_appstream
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