How To Install llhttp on Fedora 36

In this tutorial we learn how to install llhttp in Fedora 36. llhttp is Port of http_parser to llparse

Introduction

In this tutorial we learn how to install llhttp on Fedora 36.

What is llhttp

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.

We can use yum or dnf to install llhttp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install llhttp.

Install llhttp on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install llhttp using dnf by running the following command:

sudo dnf -y install llhttp

Install llhttp on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install llhttp using yum by running the following command:

sudo yum -y install llhttp

How To Uninstall llhttp on Fedora 36

To uninstall only the llhttp package we can use the following command:

sudo dnf remove llhttp

llhttp Package Contents on Fedora 36

---
title: "How To Install llhttp on Fedora 36"
linkTitle: "llhttp"
type: "docs"
description: "In this tutorial we learn how to install llhttp in Fedora 36. llhttp is Port of http_parser to llparse"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/llhttp-featured.png
---

## Introduction

In this tutorial we learn how to install `llhttp` on Fedora 36.

### What is `llhttp`

> 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.  

We can use `yum` or `dnf` to install `llhttp` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install llhttp.

## Install llhttp on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install llhttp using dnf by running the following command:

sudo dnf -y install llhttp

Install llhttp on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install llhttp using yum by running the following command:

sudo yum -y install llhttp

How To Uninstall llhttp on Fedora 36

To uninstall only the llhttp package we can use the following command:

sudo dnf remove llhttp

llhttp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/a1e9b4debe90d9349df16f5de793bbef18507d
/usr/lib/libllhttp.so.0.1
/usr/share/licenses/llhttp
/usr/share/licenses/llhttp/LICENSE-MIT

References

Summary

In this tutorial we learn how to install llhttp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/d2 /usr/lib/.build-id/d2/aac9c96d97ad75e5690300c17ec2bbd0f435d8 /usr/lib64/libllhttp.so.0.1 /usr/share/licenses/llhttp /usr/share/licenses/llhttp/LICENSE-MIT


## References

* [llhttp website](https://github.com/nodejs/llhttp)

## Summary

In this tutorial we learn how to install `llhttp` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).