How to Install and Uninstall http-parser-devel Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "http-parser-devel" package

This guide covers the steps necessary to install http-parser-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install http-parser-devel

2. Uninstall "http-parser-devel" package

Please follow the steps below to uninstall http-parser-devel on openSuSE Tumbleweed:

$ sudo zypper remove http-parser-devel

3. Information about the http-parser-devel package on openSuSE Tumbleweed

Information for package http-parser-devel:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : http-parser-devel
Version : 2.9.4-1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 18.8 KiB
Installed : No
Status : not installed
Source package : http-parser-2.9.4-1.14.src
Upstream URL : https://github.com/nodejs/http-parser
Summary : Development headers and libraries for http-parser
Description :
This is a parser for HTTP messages written in C. It parses both
requests and responses. The parser is designed to be used in
performance HTTP applications. It does not make any syscalls nor
allocations, it does not buffer data, it can be interrupted at
anytime. Depending on your architecture, it only requires about 40
bytes of data per message stream (in a web server that is per
connection).
Development headers and libraries for http-parser.

5. The same packages on other Linux Distributions