How To Install bear-factory on Fedora 36
Introduction
In this tutorial we learn how to install bear-factory
on Fedora 36.
What is bear-factory
The Bear engine is a set of C++ libraries and tools dedicated to creating great 2D games. It has been used to create Plee the Bear (plee-the-bear), Andy’s Super Great Park (asgp) and Tunnel (tunnel). The engine comes with a set of tools, namely the Bear Factory, intended to help creating resources for the game. These tools include a level editor, a character/model editor and an animation editor.
We can use yum
or dnf
to install bear-factory
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bear-factory.
Install bear-factory 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 bear-factory
using dnf
by running the following command:
sudo dnf -y install bear-factory
Install bear-factory 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 bear-factory
using yum
by running the following command:
sudo yum -y install bear-factory
How To Uninstall bear-factory on Fedora 36
To uninstall only the bear-factory
package we can use the following command:
sudo dnf remove bear-factory
bear-factory Package Contents on Fedora 36
/usr/share/applications/bf-animation-editor.desktop
/usr/share/applications/bf-level-editor.desktop
/usr/share/applications/bf-model-editor.desktop
/usr/share/applications/desc2img.desktop
/usr/share/doc/bear-factory
/usr/share/doc/bear-factory/README.md
/usr/share/licenses/bear-factory
/usr/share/licenses/bear-factory/CCPL
/usr/share/licenses/bear-factory/GPL
/usr/share/licenses/bear-factory/LICENSE
References
Summary
In this tutorial we learn how to install bear-factory
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).