atari800 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
atari800: command not found
or when using sudo you get the following error message
sudo: atari800: command not found
Solutions to atari800: command not found
How To Fix atari800: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu atari800 is provided by atari800 package.
atari800 is:
Atari800 is an emulator of Atari 8-bit computer systems including the 400, 800, 1200XL, 600XL, 800XL, 65XE, 130XE, 800XE and the XE Game System, and also of the Atari 5200 SuperSystem console.
The Atari Operating System ROMs are not available with this package, due to copyright. You’ll have to either make copies of them from an old Atari computer, or see README.Debian for other ways to obtain them.
To fix this problem, we can install more using the command below.
sudo apt-get -y install atari800
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install atari800.
sudo apt -y install atari800
Or if you have aptitude installed you can use the following command.
sudo aptitude install atari800
Summary
In this tutorial we learn how to fix atari800 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.