How to Install and Uninstall wangle-devel.x86_64 Package on Oracle Linux 9

Last updated: October 04,2024

1. Install "wangle-devel.x86_64" package

Please follow the guidance below to install wangle-devel.x86_64 on Oracle Linux 9

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

2. Uninstall "wangle-devel.x86_64" package

This guide covers the steps necessary to uninstall wangle-devel.x86_64 on Oracle Linux 9:

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

3. Information about the wangle-devel.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:07:22 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : wangle-devel
Version : 2023.04.24.00
Release : 1.el9
Architecture : x86_64
Size : 110 k
Source : wangle-2023.04.24.00-1.el9.src.rpm
Repository : epel
Summary : Development files for wangle
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++.
: The wangle-devel package contains libraries and header files for
: developing applications that use wangle.