fs-uae command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
fs-uae: command not found
or when using sudo you get the following error message
sudo: fs-uae: command not found
Solutions to fs-uae: command not found
How To Fix fs-uae: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fs-uae is provided by fs-uae package.
fs-uae is:
FS-UAE is a cross-platform Amiga emulator based on updated emulation code from WinUAE. FS-UAE uses SDL for input, OpenAL for audio and OpenGL for graphics.
To fix this problem, we can install more using the command below.
sudo apt-get -y install fs-uae
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fs-uae.
sudo apt -y install fs-uae
Or if you have aptitude installed you can use the following command.
sudo aptitude install fs-uae
Summary
In this tutorial we learn how to fix fs-uae command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.