How To Install bygfoot on Fedora 36
Introduction
In this tutorial we learn how to install bygfoot on Fedora 36.
What is bygfoot
Bygfoot is a small and simple graphical football (a.k.a. soccer) manager game featuring many international leagues and cups. You manage a team from one such league of course try to be successful.
We can use yum or dnf to install bygfoot on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bygfoot.
Install bygfoot 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 bygfoot using dnf by running the following command:
sudo dnf -y install bygfoot
Install bygfoot 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 bygfoot using yum by running the following command:
sudo yum -y install bygfoot
How To Uninstall bygfoot on Fedora 36
To uninstall only the bygfoot package we can use the following command:
sudo dnf remove bygfoot
bygfoot Package Contents on Fedora 36
/usr/bin/bygfoot
/usr/lib/.build-id
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/ff7a181060972ee35a6cfc53471d42569cf1e4
/usr/share/applications/bygfoot.desktop
/usr/share/doc/bygfoot
/usr/share/doc/bygfoot/AUTHORS
/usr/share/doc/bygfoot/ChangeLog
/usr/share/doc/bygfoot/README
/usr/share/doc/bygfoot/TODO
/usr/share/doc/bygfoot/UPDATE
/usr/share/licenses/bygfoot
/usr/share/licenses/bygfoot/COPYING
/usr/share/locale/bg/LC_MESSAGES/bygfoot.mo
/usr/share/locale/da/LC_MESSAGES/bygfoot.mo
/usr/share/locale/de/LC_MESSAGES/bygfoot.mo
/usr/share/locale/es/LC_MESSAGES/bygfoot.mo
/usr/share/locale/fr/LC_MESSAGES/bygfoot.mo
/usr/share/locale/it/LC_MESSAGES/bygfoot.mo
/usr/share/locale/nl/LC_MESSAGES/bygfoot.mo
/usr/share/locale/pl/LC_MESSAGES/bygfoot.mo
/usr/share/locale/pt_BR/LC_MESSAGES/bygfoot.mo
/usr/share/locale/pt_PT/LC_MESSAGES/bygfoot.mo
/usr/share/locale/ro/LC_MESSAGES/bygfoot.mo
/usr/share/locale/sv/LC_MESSAGES/bygfoot.mo
/usr/share/locale/zh/LC_MESSAGES/bygfoot.mo
References
Summary
In this tutorial we learn how to install bygfoot on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).