How to Install and Uninstall libmicrohttpd.i686 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "libmicrohttpd.i686" package

This guide covers the steps necessary to install libmicrohttpd.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libmicrohttpd.i686

2. Uninstall "libmicrohttpd.i686" package

Here is a brief guide to show you how to uninstall libmicrohttpd.i686 on Rocky Linux 8:

$ sudo dnf remove libmicrohttpd.i686 $ sudo dnf autoremove

3. Information about the libmicrohttpd.i686 package on Rocky Linux 8

Last metadata expiration check: 0:18:31 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libmicrohttpd
Epoch : 1
Version : 0.9.59
Release : 2.el8
Architecture : i686
Size : 85 k
Source : libmicrohttpd-0.9.59-2.el8.src.rpm
Repository : baseos
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