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

Last updated: May 03,2024

1. Install "wangle.x86_64" package

This guide covers the steps necessary to install wangle.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install wangle.x86_64

2. Uninstall "wangle.x86_64" package

Please follow the guidance below to uninstall wangle.x86_64 on Fedora 34:

$ sudo dnf remove wangle.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:21:29 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : wangle
Version : 2021.04.26.00
Release : 1.fc34
Architecture : x86_64
Size : 301 k
Source : wangle-2021.04.26.00-1.fc34.src.rpm
Repository : updates
Summary : Framework for building services in a consistent/modular/composable way
URL : https://github.com/facebook/wangle
License : ASL 2.0
Description : Wangle is a library that makes it easy to build protocols, application clients,
: and application servers.
:
: It's like Netty + Finagle smooshed together, but in C++.