How To Install enigma on Fedora 36

In this tutorial we learn how to install enigma in Fedora 36. enigma is Game where you control a marble with the mouse

Introduction

In this tutorial we learn how to install enigma on Fedora 36.

What is enigma

Enigma is a tribute to and a re-implementation of one of the most original and intriguing computer games of the 1990’s objective is easily explained Oxyd stones in each landscape. Sounds simple? It would be, if it weren’t for hidden traps, vast mazes, insurmountable obstacles and innumerable puzzles blocking your direct way to the Oxyd stones…

We can use yum or dnf to install enigma on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install enigma.

Install enigma 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 enigma using dnf by running the following command:

sudo dnf -y install enigma

Install enigma 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 enigma using yum by running the following command:

sudo yum -y install enigma

How To Uninstall enigma on Fedora 36

To uninstall only the enigma package we can use the following command:

sudo dnf remove enigma

enigma Package Contents on Fedora 36

/usr/bin/enigma
/usr/lib/.build-id
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/7f3b5ac88fd483d91ef8a4ba0a8ab116afd5e3
/usr/share/appdata/enigma.appdata.xml
/usr/share/applications/enigma.desktop
/usr/share/icons/hicolor/48x48/apps/enigma.png
/usr/share/man/man6/enigma.6.gz
/usr/share/pixmaps/enigma.png

References

Summary

In this tutorial we learn how to install enigma on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).