How to Install and Uninstall cpp-httplib-devel.x86_64 Package on Fedora 34

Last updated: July 03,2024

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

Here is a brief guide to show you how to install cpp-httplib-devel.x86_64 on Fedora 34

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

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

Please follow the guidance below to uninstall cpp-httplib-devel.x86_64 on Fedora 34:

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

3. Information about the cpp-httplib-devel.x86_64 package on Fedora 34

Last metadata expiration check: 0:40:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : cpp-httplib-devel
Version : 0.9.2
Release : 2.fc34
Architecture : x86_64
Size : 58 k
Source : cpp-httplib-0.9.2-2.fc34.src.rpm
Repository : updates
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.