How To Install fbg2 on Fedora 36
Introduction
In this tutorial we learn how to install fbg2
on Fedora 36.
What is fbg2
Falling Block Game is a free, open source block stacking game. The object of the game is to move and rotate pieces in order to fill in complete rows. The more rows you clear at once, the more points you score!
We can use yum
or dnf
to install fbg2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fbg2.
Install fbg2 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 fbg2
using dnf
by running the following command:
sudo dnf -y install fbg2
Install fbg2 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 fbg2
using yum
by running the following command:
sudo yum -y install fbg2
How To Uninstall fbg2 on Fedora 36
To uninstall only the fbg2
package we can use the following command:
sudo dnf remove fbg2
fbg2 Package Contents on Fedora 36
/usr/bin/fbg2
/usr/lib/.build-id
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/19f24ba88bb1483ecb16ccdcdadc3dedae6e35
/usr/share/appdata/fbg2.appdata.xml
/usr/share/applications/fbg2.desktop
/usr/share/doc/fbg2
/usr/share/doc/fbg2/ChangeLog
/usr/share/doc/fbg2/License.txt
/usr/share/doc/fbg2/README.music
/usr/share/fbg2
/usr/share/fbg2/fbg2.zip
/usr/share/pixmaps/fbg2.png
References
Summary
In this tutorial we learn how to install fbg2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).