How To Install pylibgamerzilla on Fedora 36
Introduction
In this tutorial we learn how to install pylibgamerzilla on Fedora 36.
What is pylibgamerzilla
Python interface to the Gamerzilla trophy/achievement system for games. It allows you display achievements from python games online.
We can use yum or dnf to install pylibgamerzilla on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pylibgamerzilla.
Install pylibgamerzilla 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 pylibgamerzilla using dnf by running the following command:
sudo dnf -y install pylibgamerzilla
Install pylibgamerzilla 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 pylibgamerzilla using yum by running the following command:
sudo yum -y install pylibgamerzilla
How To Uninstall pylibgamerzilla on Fedora 36
To uninstall only the pylibgamerzilla package we can use the following command:
sudo dnf remove pylibgamerzilla
pylibgamerzilla Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/cbbb56f0e186a083bd4911838a61115c090c9b
/usr/lib/python3.10/site-packages/__pycache__/gamerzilla.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/gamerzilla.cpython-310.pyc
/usr/lib/python3.10/site-packages/gamerzilla.py
/usr/lib64/python3.10/site-packages/_gamerzilla.so
/usr/share/licenses/pylibgamerzilla
/usr/share/licenses/pylibgamerzilla/LICENSE
References
Summary
In this tutorial we learn how to install pylibgamerzilla on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).