How to Install and Uninstall libhttp_parser2_9 Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "libhttp_parser2_9" package

This is a short guide on how to install libhttp_parser2_9 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libhttp_parser2_9

2. Uninstall "libhttp_parser2_9" package

Here is a brief guide to show you how to uninstall libhttp_parser2_9 on openSuSE Tumbleweed:

$ sudo zypper remove libhttp_parser2_9

3. Information about the libhttp_parser2_9 package on openSuSE Tumbleweed

Information for package libhttp_parser2_9:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libhttp_parser2_9
Version : 2.9.4-1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 52.2 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 : HTTP request/response parser for C
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).