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

Last updated: October 05,2024

1. Install "llhttp.x86_64" package

This guide let you learn how to install llhttp.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install llhttp.x86_64

2. Uninstall "llhttp.x86_64" package

This tutorial shows how to uninstall llhttp.x86_64 on Fedora 34:

$ sudo dnf remove llhttp.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:45:46 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : llhttp
Version : 6.0.6
Release : 5.fc34
Architecture : x86_64
Size : 25 k
Source : llhttp-6.0.6-5.fc34.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).
:
: This copy of the library is compiled with LLHTTP_STRICT_MODE set to 0
: (disabled), which is the default.