eureka command not found

In this troubleshooting guide we learn how to fix eureka command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

eureka: command not found

or when using sudo you get the following error message

sudo: eureka: command not found

Solutions to eureka: command not found

How To Fix eureka: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu eureka is provided by eureka package.

eureka is:

Eureka is a cross-platform map editor for the classic DOOM games. It started as a fork of the Yadex editor attempting to make it use the FLTK GUI toolkit and implement multiple Undo / Redo.

Supported games include DOOM, DOOM 2, Final Doom, FreeDoom, HacX and Heretic. Supported source ports are Boom, EDGE, Doom Legacy and Odamex.

To fix this problem, we can install more using the command below.

sudo apt-get -y install eureka

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install eureka.

sudo apt -y install eureka

Or if you have aptitude installed you can use the following command.

sudo aptitude install eureka

Summary

In this tutorial we learn how to fix eureka command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.