Download FS-UAE for Ubuntu

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

Ubuntu 22.04

echo 'deb http://download.opensuse.org/repositories/home:/FrodeSolheim:/stable/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:FrodeSolheim:stable.list
curl -fsSL https://download.opensuse.org/repositories/home:FrodeSolheim:stable/xUbuntu_22.04/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

Ubuntu 21.10

echo 'deb http://download.opensuse.org/repositories/home:/FrodeSolheim:/stable/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:FrodeSolheim:stable.list
curl -fsSL https://download.opensuse.org/repositories/home:FrodeSolheim:stable/xUbuntu_21.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

Ubuntu 21.04

echo 'deb http://download.opensuse.org/repositories/home:/FrodeSolheim:/stable/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:FrodeSolheim:stable.list
curl -fsSL https://download.opensuse.org/repositories/home:FrodeSolheim:stable/xUbuntu_21.04/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

Ubuntu 20.10

echo 'deb http://download.opensuse.org/repositories/home:/FrodeSolheim:/stable/xUbuntu_20.10/ /' | sudo tee /etc/apt/sources.list.d/home:FrodeSolheim:stable.list
curl -fsSL https://download.opensuse.org/repositories/home:FrodeSolheim:stable/xUbuntu_20.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

Ubuntu 20.04

echo 'deb http://download.opensuse.org/repositories/home:/FrodeSolheim:/stable/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:FrodeSolheim:stable.list
curl -fsSL https://download.opensuse.org/repositories/home:FrodeSolheim:stable/xUbuntu_20.04/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

Ubuntu 18.04

echo 'deb http://download.opensuse.org/repositories/home:/FrodeSolheim:/stable/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:FrodeSolheim:stable.list
curl -fsSL https://download.opensuse.org/repositories/home:FrodeSolheim:stable/xUbuntu_18.04/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.