How To Install libwfut on Fedora 36
Introduction
In this tutorial we learn how to install libwfut
on Fedora 36.
What is libwfut
libwfut is the WorldForge Update Tool (WFUT) client side implementation in C++ for use directly by WorldForge clients.
We can use yum
or dnf
to install libwfut
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwfut.
Install libwfut 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 libwfut
using dnf
by running the following command:
sudo dnf -y install libwfut
Install libwfut 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 libwfut
using yum
by running the following command:
sudo yum -y install libwfut
How To Uninstall libwfut on Fedora 36
To uninstall only the libwfut
package we can use the following command:
sudo dnf remove libwfut
libwfut Package Contents on Fedora 36
title: "How To Install libwfut on Fedora 36"
linkTitle: "libwfut"
type: "docs"
description: "In this tutorial we learn how to install libwfut in Fedora 36. libwfut is Software updater tool for WorldForge applications"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libwfut-featured.png
---
## Introduction
In this tutorial we learn how to install `libwfut` on Fedora 36.
### What is `libwfut`
> libwfut is the WorldForge Update Tool (WFUT) client side implementation in C++ for use directly by WorldForge clients.
We can use `yum` or `dnf` to install `libwfut` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwfut.
## Install libwfut on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libwfut
using dnf
by running the following command:
sudo dnf -y install libwfut
Install libwfut 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 libwfut
using yum
by running the following command:
sudo yum -y install libwfut
How To Uninstall libwfut on Fedora 36
To uninstall only the libwfut
package we can use the following command:
sudo dnf remove libwfut
libwfut Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/399f855a820b2033ddf3bd27c7f3f485bbbfd7
/usr/lib/libwfut-0.2.so.1
/usr/lib/libwfut-0.2.so.1.1.1
/usr/share/doc/libwfut
/usr/share/doc/libwfut/AUTHORS
/usr/share/doc/libwfut/COPYING
/usr/share/doc/libwfut/ChangeLog
/usr/share/doc/libwfut/NEWS
/usr/share/doc/libwfut/README
/usr/share/doc/libwfut/TODO
References
Summary
In this tutorial we learn how to install libwfut
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/dc /usr/lib/.build-id/dc/b55e653bf283f8f35ff4d9195a7ff645dc2440 /usr/lib64/libwfut-0.2.so.1 /usr/lib64/libwfut-0.2.so.1.1.1 /usr/share/doc/libwfut /usr/share/doc/libwfut/AUTHORS /usr/share/doc/libwfut/COPYING /usr/share/doc/libwfut/ChangeLog /usr/share/doc/libwfut/NEWS /usr/share/doc/libwfut/README /usr/share/doc/libwfut/TODO
## References
* [libwfut website](http://www.worldforge.org/)
## Summary
In this tutorial we learn how to install `libwfut` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).