How to Install and Uninstall wangle.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "wangle.x86_64" package

Please follow the instructions below to install wangle.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ 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 Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove wangle.x86_64 $ sudo dnf autoremove

3. Information about the wangle.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:17:04 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : wangle
Version : 2023.04.24.00
Release : 1.el9
Architecture : x86_64
Size : 316 k
Source : wangle-2023.04.24.00-1.el9.src.rpm
Repository : epel
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++.