How to Install and Uninstall http-parser.x86_64 Package on Rocky Linux 8

Last updated: May 05,2024

1. Install "http-parser.x86_64" package

Please follow the guidelines below to install http-parser.x86_64 on Rocky Linux 8

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

2. Uninstall "http-parser.x86_64" package

Please follow the step by step instructions below to uninstall http-parser.x86_64 on Rocky Linux 8:

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

3. Information about the http-parser.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:33:53 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : http-parser
Version : 2.8.0
Release : 9.el8
Architecture : x86_64
Size : 41 k
Source : http-parser-2.8.0-9.el8.src.rpm
Repository : 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).