How To Install proxygen-libs on Fedora 36

In this tutorial we learn how to install proxygen-libs in Fedora 36. proxygen-libs is Shared libraries for proxygen

Introduction

In this tutorial we learn how to install proxygen-libs on Fedora 36.

What is proxygen-libs

Proxygen comprises the core C++ HTTP abstractions used at Facebook. Internally, it is used as the basis for building many HTTP servers, proxies, and clients. This release focuses on the common HTTP abstractions and our simple HTTPServer framework. Future releases will provide simple client APIs as well. The framework supports HTTP/1.1, SPDY/3, SPDY/3.1, HTTP/2, and HTTP/3. The goal is to provide a simple, performant, and modern C++ HTTP library. The proxygen-libs package contains shared libraries provided by proxygen.

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

Install proxygen-libs 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 proxygen-libs using dnf by running the following command:

sudo dnf -y install proxygen-libs

Install proxygen-libs 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 proxygen-libs using yum by running the following command:

title: “How To Install proxygen-libs on Fedora 36”

linkTitle: "proxygen-libs"
sudo yum -y install proxygen-libs
type: "docs"

description: “In this tutorial we learn how to install proxygen-libs in Fedora 36. proxygen-libs is Shared libraries for proxygen”

How To Uninstall proxygen-libs on Fedora 36

date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/proxygen-libs-featured.png To uninstall only the proxygen-libs package we can use the following command:

Introduction


sudo dnf remove proxygen-libs
In this tutorial we learn how to install `proxygen-libs` on Fedora 36.

What is proxygen-libs

proxygen-libs Package Contents on Fedora 36

Proxygen comprises the core C++ HTTP abstractions used at Facebook. Internally, it is used as the basis for building many HTTP servers, proxies, and clients. This release focuses on the common HTTP abstractions and our simple HTTPServer framework. Future releases will provide simple client APIs as well. The framework supports HTTP/1.1, SPDY/3, SPDY/3.1, HTTP/2, and HTTP/3. The goal is to provide a simple, performant, and modern C++ HTTP library. The proxygen-libs package contains shared libraries provided by proxygen.


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

## Install proxygen-libs 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 proxygen-libs using dnf by running the following command:

sudo dnf -y install proxygen-libs

Install proxygen-libs 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 proxygen-libs using yum by running the following command:

sudo yum -y install proxygen-libs

How To Uninstall proxygen-libs on Fedora 36

To uninstall only the proxygen-libs package we can use the following command:

sudo dnf remove proxygen-libs

proxygen-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/379967e6e6ca772d8bfd99bd0b953ad119dcc6
/usr/lib/.build-id/52
/usr/lib/.build-id/52/3511f34c2a8cece036e4efbe0cf87067ed60f5
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/2eb116a28db96681d2be171adf18e4455bdd5b
/usr/lib/libproxygen.so.2022.03.14.00
/usr/lib/libproxygencurl.so.2022.03.14.00
/usr/lib/libproxygenhttpserver.so.2022.03.14.00

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/07 /usr/lib/.build-id/07/e619eb9255786c5a439f9e0a1c7354a73dde27 /usr/lib/.build-id/85 /usr/lib/.build-id/85/fa41a848609fa6f3130869882ce18602aa0383 /usr/lib/.build-id/ea /usr/lib/.build-id/ea/986f8cc243c8834e1d9e4a2dcae7ac186fc598 /usr/lib64/libproxygen.so.2022.03.14.00 /usr/lib64/libproxygencurl.so.2022.03.14.00 /usr/lib64/libproxygenhttpserver.so.2022.03.14.00


## References

* [proxygen-libs website](https://github.com/facebook/proxygen)

## Summary

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