Download FS-UAE for Debian
Run the commands given for your distribution release in order to register the repository on your system and install FS-UAE & Launcher. You'll then get updates via your system package manager. Please note that when you upgrade to a new release of your distribution, you should come back here and register a new repository.
Alternatively, you can download the generic Linux builds. This will also allow you to set up a portable version.
Installation instructions
Debian 11
echo 'deb http://download.opensuse.org/repositories/home:/FrodeSolheim:/stable/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:FrodeSolheim:stable.list curl -fsSL https://download.opensuse.org/repositories/home:FrodeSolheim:stable/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_FrodeSolheim_stable.gpg > /dev/null sudo apt update sudo apt install fs-uae fs-uae-launcher fs-uae-arcade
Debian 10
echo 'deb http://download.opensuse.org/repositories/home:/FrodeSolheim:/stable/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:FrodeSolheim:stable.list curl -fsSL https://download.opensuse.org/repositories/home:FrodeSolheim:stable/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_FrodeSolheim_stable.gpg > /dev/null sudo apt update sudo apt install fs-uae fs-uae-launcher fs-uae-arcade
Debian 9
echo 'deb http://download.opensuse.org/repositories/home:/FrodeSolheim:/stable/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:FrodeSolheim:stable.list curl -fsSL https://download.opensuse.org/repositories/home:FrodeSolheim:stable/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_FrodeSolheim_stable.gpg > /dev/null sudo apt update sudo apt install fs-uae fs-uae-launcher fs-uae-arcade
Plugins
If you need plugins to extend the functionality of FS-UAE, such asCAPSImg for .ipf floppy image support or QEMU-UAE for PPC emulation, then you can download and install the generic Linux plugins. These are not included in the package repositories, but are built in a way that should make them work on most Linux distributions.
License
FS-UAE is licensed under the terms of the GPLv2 license. FS-UAE Launcher and FS-UAE Arcade are also licensed under the terms of the GPLv2 license. Other libraries are licensed under various open source licenses. See the license page for more information.