How to Install and Uninstall http-parser.x86_64 Package on Fedora 36
Last updated: November 27,2024
1. Install "http-parser.x86_64" package
Please follow the instructions below to install http-parser.x86_64 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
http-parser.x86_64
Copied
2. Uninstall "http-parser.x86_64" package
This is a short guide on how to uninstall http-parser.x86_64 on Fedora 36:
$
sudo dnf remove
http-parser.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the http-parser.x86_64 package on Fedora 36
Last metadata expiration check: 2:59:26 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : http-parser
Version : 2.9.4
Release : 6.fc36
Architecture : x86_64
Size : 37 k
Source : http-parser-2.9.4-6.fc36.src.rpm
Repository : fedora
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).
Available Packages
Name : http-parser
Version : 2.9.4
Release : 6.fc36
Architecture : x86_64
Size : 37 k
Source : http-parser-2.9.4-6.fc36.src.rpm
Repository : fedora
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).