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

Last updated: May 06,2024

1. Install "llhttp.x86_64" package

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

$ 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 36:

$ sudo dnf remove llhttp.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:01:48 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : llhttp
Version : 6.0.6
Release : 6.fc36
Architecture : x86_64
Size : 25 k
Source : llhttp-6.0.6-6.fc36.src.rpm
Repository : fedora
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).
:
: This copy of the library is compiled with LLHTTP_STRICT_MODE set to 0
: (disabled), which is the default.