How to Install and Uninstall http-parser-devel Package on openSUSE Leap

Last updated: May 29,2024

1. Install "http-parser-devel" package

This guide let you learn how to install http-parser-devel on openSUSE Leap

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

2. Uninstall "http-parser-devel" package

This is a short guide on how to uninstall http-parser-devel on openSUSE Leap:

$ sudo zypper remove http-parser-devel

3. Information about the http-parser-devel package on openSUSE Leap

Information for package http-parser-devel:
------------------------------------------
Repository : Main Repository
Name : http-parser-devel
Version : 2.7.1-4.2.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 13.6 KiB
Installed : No
Status : not installed
Source package : http-parser-2.7.1-4.2.2.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