How to Install and Uninstall llhttp.x86_64 Package on Fedora 38

Last updated: January 08,2025

1. Install "llhttp.x86_64" package

This guide covers the steps necessary to install llhttp.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install llhttp.x86_64

2. Uninstall "llhttp.x86_64" package

Please follow the instructions below to uninstall llhttp.x86_64 on Fedora 38:

$ sudo dnf remove llhttp.x86_64 $ sudo dnf autoremove

3. Information about the llhttp.x86_64 package on Fedora 38

Last metadata expiration check: 0:06:18 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : llhttp
Version : 9.1.3
Release : 1.fc38
Architecture : x86_64
Size : 32 k
Source : llhttp-9.1.3-1.fc38.src.rpm
Repository : updates
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).