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

Last updated: November 25,2024

1. Install "http-parser.x86_64" package

Here is a brief guide to show you how to install http-parser.x86_64 on Amazon Linux 2

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

2. Uninstall "http-parser.x86_64" package

Please follow the guidelines below to uninstall http-parser.x86_64 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : http-parser
Arch : x86_64
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).