hatariui command not found

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

Introduction

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

hatariui: command not found

or when using sudo you get the following error message

sudo: hatariui: command not found

Solutions to hatariui: command not found

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

In Ubuntu hatariui is provided by hatari package.

hatari is:

Hatari is an emulator for the Atari ST line of computers.

The Atari ST was a 16/32 bit computer system which was first released by Atari in 1985. Using the Motorola 68000 CPU, it was a very popular computer having quite a lot of CPU power at that time.

Unlike most other open source Atari ST emulators which try to provide a good environment for running GEM applications, Hatari tries to emulate the hardware of a ST as close as possible so that it is able to run most of the old Atari games and demos. Because of this, it may be somewhat slower than less accurate emulators.

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

sudo apt-get -y install hatari

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

You can also use apt command to install hatari.

sudo apt -y install hatari

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

sudo aptitude install hatari

Summary

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