How to Install and Uninstall proxygen.x86_64 Package on Fedora 38

Last updated: October 12,2024

1. Install "proxygen.x86_64" package

This is a short guide on how to install proxygen.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install proxygen.x86_64

2. Uninstall "proxygen.x86_64" package

This is a short guide on how to uninstall proxygen.x86_64 on Fedora 38:

$ sudo dnf remove proxygen.x86_64 $ sudo dnf autoremove

3. Information about the proxygen.x86_64 package on Fedora 38

Last metadata expiration check: 4:38:42 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : proxygen
Version : 2023.10.16.00
Release : 1.fc38
Architecture : x86_64
Size : 349 k
Source : proxygen-2023.10.16.00-1.fc38.src.rpm
Repository : updates
Summary : A collection of C++ HTTP libraries including an easy to use HTTP server.
URL : https://github.com/facebook/proxygen
License : BSD-3-Clause
Description : 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.