How to Install and Uninstall http-parser.src Package on Oracle Linux 9

Last updated: June 29,2024

1. Install "http-parser.src" package

Here is a brief guide to show you how to install http-parser.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install http-parser.src

2. Uninstall "http-parser.src" package

Please follow the guidance below to uninstall http-parser.src on Oracle Linux 9:

$ sudo dnf remove http-parser.src $ sudo dnf autoremove

3. Information about the http-parser.src package on Oracle Linux 9

Last metadata expiration check: 1:35:38 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : http-parser
Version : 2.9.4
Release : 6.el9
Architecture : src
Size : 64 k
Source : None
Repository : ol9_appstream
Summary : HTTP request/response parser for C
URL : https://github.com/nodejs/http-parser
License : MIT
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).