How to Install and Uninstall llhttp.x86_64 Package on Rocky Linux 9

Last updated: May 19,2024

1. Install "llhttp.x86_64" package

Learn how to install llhttp.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install llhttp.x86_64

2. Uninstall "llhttp.x86_64" package

Please follow the guidance below to uninstall llhttp.x86_64 on Rocky Linux 9:

$ sudo dnf remove llhttp.x86_64 $ sudo dnf autoremove

3. Information about the llhttp.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:54:18 ago on Fri Feb 16 06:49:52 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).