How to Install and Uninstall cpp-httplib-devel Package on openSuSE Tumbleweed

Last updated: November 09,2024

1. Install "cpp-httplib-devel" package

Please follow the guidance below to install cpp-httplib-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install cpp-httplib-devel

2. Uninstall "cpp-httplib-devel" package

This tutorial shows how to uninstall cpp-httplib-devel on openSuSE Tumbleweed:

$ sudo zypper remove cpp-httplib-devel

3. Information about the cpp-httplib-devel package on openSuSE Tumbleweed

Information for package cpp-httplib-devel:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cpp-httplib-devel
Version : 0.15.1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 347.9 KiB
Installed : No
Status : not installed
Source package : cpp-httplib-0.15.1-1.1.src
Upstream URL : https://github.com/yhirose/cpp-httplib
Summary : A C++11 HTTP/HTTPS library
Description :
This is a multi-threaded HTTP library with blocking I/O. There is no
support for non-blocking mode.
It features built-in mappings, static file server, pre-routing and
post-routing handlers, and support for binding sockets to multiple
interfaces and any available port.