How to Install and Uninstall llhttp.x86_64 Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "llhttp.x86_64" package

Please follow the step by step instructions below to install llhttp.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install llhttp.x86_64

2. Uninstall "llhttp.x86_64" package

This guide covers the steps necessary to uninstall llhttp.x86_64 on CentOS Stream 9:

$ sudo dnf remove llhttp.x86_64 $ sudo dnf autoremove

3. Information about the llhttp.x86_64 package on CentOS Stream 9

Last metadata expiration check: 3:24:17 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : llhttp
Version : 9.1.3
Release : 1.el9
Architecture : x86_64
Size : 31 k
Source : llhttp-9.1.3-1.el9.src.rpm
Repository : epel
Summary : Port of http_parser to llparse
URL : https://github.com/nodejs/llhttp
License : MIT
Description : This project is a port of http_parser to TypeScript. llparse is used to
: generate the output C source file, which could be compiled and linked with the
: embedder's program (like Node.js).