How to Install and Uninstall libmicrohttpd.i686 Package on Fedora 39
Last updated: November 27,2024
1. Install "libmicrohttpd.i686" package
This tutorial shows how to install libmicrohttpd.i686 on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
libmicrohttpd.i686
Copied
2. Uninstall "libmicrohttpd.i686" package
In this section, we are going to explain the necessary steps to uninstall libmicrohttpd.i686 on Fedora 39:
$
sudo dnf remove
libmicrohttpd.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the libmicrohttpd.i686 package on Fedora 39
Last metadata expiration check: 4:30:11 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : libmicrohttpd
Epoch : 1
Version : 1.0.0
Release : 1.fc39
Architecture : i686
Size : 135 k
Source : libmicrohttpd-1.0.0-1.fc39.src.rpm
Repository : updates
Summary : Lightweight library for embedding a webserver in applications
URL : http://www.gnu.org/software/libmicrohttpd/
License : LGPL-2.1-or-later AND (LGPL-2.1-or-later OR GPL-2.0-or-later WITH eCos-exception-2.0) AND GFDL-1.3-no-invariants-or-later
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
Available Packages
Name : libmicrohttpd
Epoch : 1
Version : 1.0.0
Release : 1.fc39
Architecture : i686
Size : 135 k
Source : libmicrohttpd-1.0.0-1.fc39.src.rpm
Repository : updates
Summary : Lightweight library for embedding a webserver in applications
URL : http://www.gnu.org/software/libmicrohttpd/
License : LGPL-2.1-or-later AND (LGPL-2.1-or-later OR GPL-2.0-or-later WITH eCos-exception-2.0) AND GFDL-1.3-no-invariants-or-later
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