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

Last updated: June 29,2024

1. Install "proxygen.x86_64" package

Please follow the step by step instructions below to install proxygen.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install proxygen.x86_64

2. Uninstall "proxygen.x86_64" package

Please follow the steps below to uninstall proxygen.x86_64 on Fedora 34:

$ sudo dnf remove proxygen.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:02:52 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : proxygen
Version : 2021.04.26.00
Release : 1.fc34
Architecture : x86_64
Size : 119 k
Source : proxygen-2021.04.26.00-1.fc34.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
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.