How to Install and Uninstall http-parser.i686 Package on CentOS 8 / RHEL 8
Last updated: November 01,2024
1. Install "http-parser.i686" package
Please follow the guidance below to install http-parser.i686 on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
http-parser.i686
Copied
2. Uninstall "http-parser.i686" package
Here is a brief guide to show you how to uninstall http-parser.i686 on CentOS 8 / RHEL 8:
$
sudo dnf remove
http-parser.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the http-parser.i686 package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 4:57:36 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : http-parser
Version : 2.8.0
Release : 9.el8
Architecture : i686
Size : 40 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).
Available Packages
Name : http-parser
Version : 2.8.0
Release : 9.el8
Architecture : i686
Size : 40 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).