How to Install and Uninstall cpp-httplib-devel.i686 Package on Fedora 35

Last updated: November 30,2024

1. Install "cpp-httplib-devel.i686" package

This guide let you learn how to install cpp-httplib-devel.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install cpp-httplib-devel.i686

2. Uninstall "cpp-httplib-devel.i686" package

This tutorial shows how to uninstall cpp-httplib-devel.i686 on Fedora 35:

$ sudo dnf remove cpp-httplib-devel.i686 $ sudo dnf autoremove

3. Information about the cpp-httplib-devel.i686 package on Fedora 35

Last metadata expiration check: 2:04:31 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : cpp-httplib-devel
Version : 0.9.2
Release : 2.fc35
Architecture : i686
Size : 58 k
Source : cpp-httplib-0.9.2-2.fc35.src.rpm
Repository : fedora
Summary : A C++11 single-file header-only cross platform HTTP/HTTPS library
URL : https://github.com/yhirose/cpp-httplib
License : MIT
Description : A C++11 single-file header-only cross platform HTTP/HTTPS library.
:
: It's extremely easy to setup. Just include the httplib.h file in your code!
:
: NOTE: This is a multi-threaded 'blocking' HTTP library.
: If you are looking for a 'non-blocking' library, this is not the one that you want.
:
: Development files only.