How to Install and Uninstall libmicrohttpd.x86_64 Package on Fedora 35

Last updated: September 21,2024

1. Install "libmicrohttpd.x86_64" package

This guide let you learn how to install libmicrohttpd.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install libmicrohttpd.x86_64

2. Uninstall "libmicrohttpd.x86_64" package

This is a short guide on how to uninstall libmicrohttpd.x86_64 on Fedora 35:

$ sudo dnf remove libmicrohttpd.x86_64 $ sudo dnf autoremove

3. Information about the libmicrohttpd.x86_64 package on Fedora 35

Last metadata expiration check: 0:59:26 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : libmicrohttpd
Epoch : 1
Version : 0.9.75
Release : 2.fc35
Architecture : x86_64
Size : 98 k
Source : libmicrohttpd-0.9.75-2.fc35.src.rpm
Repository : updates
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