How to Install and Uninstall cpp-httplib-devel.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

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

This tutorial shows how to install cpp-httplib-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the steps below to uninstall cpp-httplib-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the cpp-httplib-devel.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:12:48 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : cpp-httplib-devel
Version : 0.12.5
Release : 2.el9
Architecture : x86_64
Size : 65 k
Source : cpp-httplib-0.12.5-2.el9.src.rpm
Repository : epel
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.