How To Install magicmaze on Fedora 36
Introduction
In this tutorial we learn how to install magicmaze
on Fedora 36.
What is magicmaze
The board of the game is a complicated maze. You see reddish squares, which are walls, and black lanes, which are walkable. Also you see brightly coloured (humanoid) figures and little circles. The figures are the players, and the rounds are coins which the players must collect. Each player gets a turn. In the beginning of your turn, you get to change the maze. You can see a small piece of maze “sticking out” of the board. You can make that piece move around the board an rotate it. When you are done the piece is pushed in the maze, thus making a whole column or row of the maze shift. If you do this in a clever way, new passages open up, hopefully leading you to a coin in your players color.
We can use yum
or dnf
to install magicmaze
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install magicmaze.
Install magicmaze 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 magicmaze
using dnf
by running the following command:
sudo dnf -y install magicmaze
Install magicmaze 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 magicmaze
using yum
by running the following command:
sudo yum -y install magicmaze
How To Uninstall magicmaze on Fedora 36
To uninstall only the magicmaze
package we can use the following command:
sudo dnf remove magicmaze
magicmaze Package Contents on Fedora 36
/usr/bin/magicmaze
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/17359f3d5ec460802389b6cf4d45c15d0c6e5b
/usr/share/applications/magicmaze.desktop
/usr/share/doc/magicmaze
/usr/share/doc/magicmaze/license.txt
/usr/share/doc/magicmaze/readme.txt
/usr/share/doc/magicmaze/todo.txt
/usr/share/icons/hicolor/32x32/apps/magicmaze.png
/usr/share/magicmaze
/usr/share/magicmaze/maze.dat
References
Summary
In this tutorial we learn how to install magicmaze
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).