How to Install and Uninstall http-parser.i686 Package on Amazon Linux 2

Last updated: November 13,2024

1. Install "http-parser.i686" package

This guide covers the steps necessary to install http-parser.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install http-parser.i686

2. Uninstall "http-parser.i686" package

Please follow the guidance below to uninstall http-parser.i686 on Amazon Linux 2:

$ sudo yum remove http-parser.i686 $ sudo yum autoremove

3. Information about the http-parser.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : http-parser
Arch : i686
Version : 2.9.4
Release : 6.amzn2
Size : 37 k
Repo : amzn2-core/2/x86_64
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).