How To Install eureka on Fedora 36
Introduction
In this tutorial we learn how to install eureka
on Fedora 36.
What is eureka
Eureka is a cross-platform map editor for the classic DOOM games. It started when the ported the Yadex editor to a proper GUI toolkit, namely FLTK, and implemented a system for multi-level Undo / Redo. These and other features have required rewriting large potions of the existing code, and adding lots of new code too. Eureka is now an independent program with its own work-flow and its own quirks.
We can use yum
or dnf
to install eureka
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install eureka.
Install eureka 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 eureka
using dnf
by running the following command:
sudo dnf -y install eureka
Install eureka 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 eureka
using yum
by running the following command:
sudo yum -y install eureka
How To Uninstall eureka on Fedora 36
To uninstall only the eureka
package we can use the following command:
sudo dnf remove eureka
eureka Package Contents on Fedora 36
/usr/bin/eureka
/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/e45762acf295440b30524806ab2f22aca9395f
/usr/share/applications/eureka.desktop
/usr/share/doc/eureka
/usr/share/doc/eureka/AUTHORS.txt
/usr/share/doc/eureka/CHANGES.txt
/usr/share/doc/eureka/README.txt
/usr/share/doc/eureka/TODO.txt
/usr/share/eureka
/usr/share/eureka/about_logo.png
/usr/share/eureka/bindings.cfg
/usr/share/eureka/common
/usr/share/eureka/common/doom_colors.ugh
/usr/share/eureka/common/doom_groups.ugh
/usr/share/eureka/common/doom_lines.ugh
/usr/share/eureka/common/doom_sectors.ugh
/usr/share/eureka/common/doom_tex.ugh
/usr/share/eureka/common/doom_things.ugh
/usr/share/eureka/common/gen_types.ugh
/usr/share/eureka/common/hexen_groups.ugh
/usr/share/eureka/common/hexen_lines.ugh
/usr/share/eureka/common/hexen_sectors.ugh
/usr/share/eureka/common/plutonia_tex.ugh
/usr/share/eureka/common/tnt_tex.ugh
/usr/share/eureka/defaults.cfg
/usr/share/eureka/games
/usr/share/eureka/games/doom.ugh
/usr/share/eureka/games/doom2.ugh
/usr/share/eureka/games/freedm.ugh
/usr/share/eureka/games/freedoom1.ugh
/usr/share/eureka/games/freedoom2.ugh
/usr/share/eureka/games/hacx.ugh
/usr/share/eureka/games/harm1.ugh
/usr/share/eureka/games/heretic.ugh
/usr/share/eureka/games/hexen.ugh
/usr/share/eureka/games/plutonia.ugh
/usr/share/eureka/games/strife1.ugh
/usr/share/eureka/games/tnt.ugh
/usr/share/eureka/operations.cfg
/usr/share/eureka/ports
/usr/share/eureka/ports/boom.ugh
/usr/share/eureka/ports/edge.ugh
/usr/share/eureka/ports/eternity.ugh
/usr/share/eureka/ports/legacy.ugh
/usr/share/eureka/ports/mbf.ugh
/usr/share/eureka/ports/odamex.ugh
/usr/share/eureka/ports/vanilla.ugh
/usr/share/eureka/ports/xdoom.ugh
/usr/share/eureka/ports/zdoom.ugh
/usr/share/icons/hicolor/128x128/apps/eureka.png
/usr/share/licenses/eureka
/usr/share/licenses/eureka/GPL.txt
References
Summary
In this tutorial we learn how to install eureka
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).