How To Install libwfut on Fedora 34
Introduction
In this tutorial we learn how to install libwfut
on Fedora 34.
What is libwfut
libwfut is the WorldForge Update Tool (WFUT) client side implementation in C++ for use directly by WorldForge clients. libwfut 0.2.3 22.fc34 x86_64 60 k libwfut-0.2.3-22.fc34.src.rpm fedora Software updater tool for WorldForge applications http LGPLv2+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install libwfut.
Install libwfut on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libwfut
using dnf
by running the following command:
sudo dnf -y install libwfut
Install libwfut on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the libwfut
package we can use the following command:
sudo dnf remove libwfut
libwfut Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/ad5b7a3a29f14cdda079b578e6ae4a0f7b1058
/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
/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/ee3ccbaadadc7a661f780cc6485ff3fc0a14cd
/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
- [libwfut website](http://www.worldforge.org/ http://www.worldforge.org/)
Summary
In this tutorial we learn how to install libwfut
on Fedora 34 using yum and dnf.