How To Install wangle on Fedora 36
Introduction
In this tutorial we learn how to install wangle
on Fedora 36.
What is wangle
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++.
We can use yum
or dnf
to install wangle
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wangle.
Install wangle on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install wangle
using dnf
by running the following command:
sudo dnf -y install wangle
Install wangle on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install wangle
using yum
by running the following command:
sudo yum -y install wangle
How To Uninstall wangle on Fedora 36
To uninstall only the wangle
package we can use the following command:
sudo dnf remove wangle
wangle Package Contents on Fedora 36
---
title: "How To Install wangle on Fedora 36"
linkTitle: "wangle"
type: "docs"
description: "In this tutorial we learn how to install wangle in Fedora 36. wangle is Framework for building services in a consistent/modular/composable way"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/wangle-featured.png
---
## Introduction
In this tutorial we learn how to install `wangle` on Fedora 36.
### What is `wangle`
> 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++.
/usr/lib/.build-id
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/d7395e10376c48c406a14e137767bae93f2cf6
/usr/lib/libwangle.so.2022.03.14.00
/usr/share/licenses/wangle
/usr/share/licenses/wangle/LICENSE
We can use `yum` or `dnf` to install `wangle` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wangle.
## Install wangle on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
References
sudo dnf makecache --refresh
* [wangle website](https://github.com/facebook/wangle)
Summary
After updating yum database, We can install wangle
using dnf
by running the following command:
In this tutorial we learn how to install `wangle` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
sudo dnf -y install wangle
Install wangle on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install wangle
using yum
by running the following command:
sudo yum -y install wangle
How To Uninstall wangle on Fedora 36
To uninstall only the wangle
package we can use the following command:
sudo dnf remove wangle
wangle Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/9f6812a8fd2b9f4b5845eac12f3f0ec7b23a8d
/usr/lib64/libwangle.so.2022.03.14.00
/usr/share/licenses/wangle
/usr/share/licenses/wangle/LICENSE
References
Summary
In this tutorial we learn how to install wangle
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).