How to Install and Uninstall llhttp.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: September 28,2024

1. Install "llhttp.x86_64" package

Please follow the guidelines below to install llhttp.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install llhttp.x86_64

2. Uninstall "llhttp.x86_64" package

This is a short guide on how to uninstall llhttp.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove llhttp.x86_64 $ sudo dnf autoremove

3. Information about the llhttp.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:18:16 ago on Mon Feb 26 07:04:30 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).