How To Install mingw64-libgamerzilla on Fedora 36

In this tutorial we learn how to install mingw64-libgamerzilla in Fedora 36. mingw64-libgamerzilla is MinGW Windows port of Gamerzilla Integration Library

Introduction

In this tutorial we learn how to install mingw64-libgamerzilla on Fedora 36.

What is mingw64-libgamerzilla

Gamerzilla is trophy/achievement system for games. It integrates with a hubzilla plugin to display your results online. Games can either connect directly to hubzilla or connect to a game launcher with using this library.

We can use yum or dnf to install mingw64-libgamerzilla on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mingw64-libgamerzilla.

Install mingw64-libgamerzilla 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 mingw64-libgamerzilla using dnf by running the following command:

sudo dnf -y install mingw64-libgamerzilla

Install mingw64-libgamerzilla 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 mingw64-libgamerzilla using yum by running the following command:

sudo yum -y install mingw64-libgamerzilla

How To Uninstall mingw64-libgamerzilla on Fedora 36

To uninstall only the mingw64-libgamerzilla package we can use the following command:

sudo dnf remove mingw64-libgamerzilla

mingw64-libgamerzilla Package Contents on Fedora 36

/usr/share/doc/mingw64-libgamerzilla
/usr/share/doc/mingw64-libgamerzilla/README
/usr/share/licenses/mingw64-libgamerzilla
/usr/share/licenses/mingw64-libgamerzilla/LICENSE
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgamerzilla.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gamerzilla
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gamerzilla/gamerzilla.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libgamerzilla.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/gamerzilla.pc

References

Summary

In this tutorial we learn how to install mingw64-libgamerzilla on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).