How to Install and Uninstall proxygen-devel.x86_64 Package on Fedora 36

Last updated: May 19,2024

1. Install "proxygen-devel.x86_64" package

Please follow the guidance below to install proxygen-devel.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install proxygen-devel.x86_64

2. Uninstall "proxygen-devel.x86_64" package

Please follow the steps below to uninstall proxygen-devel.x86_64 on Fedora 36:

$ sudo dnf remove proxygen-devel.x86_64 $ sudo dnf autoremove

3. Information about the proxygen-devel.x86_64 package on Fedora 36

Last metadata expiration check: 2:50:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : proxygen-devel
Version : 2022.03.14.00
Release : 2.fc36
Architecture : x86_64
Size : 284 k
Source : proxygen-2022.03.14.00-2.fc36.src.rpm
Repository : fedora
Summary : Development files for proxygen
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.
:
: The proxygen-devel package contains libraries and header files for
: developing applications that use proxygen.