How to Install and Uninstall llhttp.i686 Package on Fedora 35

Last updated: September 29,2024

1. Install "llhttp.i686" package

In this section, we are going to explain the necessary steps to install llhttp.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install llhttp.i686

2. Uninstall "llhttp.i686" package

Please follow the steps below to uninstall llhttp.i686 on Fedora 35:

$ sudo dnf remove llhttp.i686 $ sudo dnf autoremove

3. Information about the llhttp.i686 package on Fedora 35

Last metadata expiration check: 1:17:21 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : llhttp
Version : 6.0.6
Release : 5.fc35
Architecture : i686
Size : 26 k
Source : llhttp-6.0.6-5.fc35.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.