Official package repository for Amiberry — Amiga emulator
The easiest way to set up the Amiberry repository:
curl -fsSL https://packages.amiberry.com/install.sh | sudo sh
This script auto-detects your Linux distribution and configures the repository.
| Distribution | Versions | Package Manager |
|---|---|---|
| Ubuntu | 22.04 LTS (Jammy), 24.04 LTS (Noble), 25.10 (Questing), 26.04 LTS (Resolute) | apt |
| Debian | 12 (Bookworm), 13 (Trixie) | apt |
| Raspberry Pi OS | Bookworm, Trixie | apt |
| Ubuntu derivatives | Linux Mint 21.x/22.x, Elementary OS 7/8, Pop!_OS 22.04/24.04, Zorin OS 17/18 | apt |
| Debian derivatives | LMDE 6/7, Parrot OS 6/7, SparkyLinux 7/8, Devuan 5/6 | apt |
| Fedora | 44 | dnf |
sudo curl -fsSL https://packages.amiberry.com/gpg.key -o /usr/share/keyrings/amiberry-archive-keyring.gpg
jammy with your supported repository suite):
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/amiberry-archive-keyring.gpg] https://packages.amiberry.com/apt jammy main" | sudo tee /etc/apt/sources.list.d/amiberry.list
sudo apt update
sudo apt install amiberry
sudo curl -fsSL https://packages.amiberry.com/rpm/amiberry.repo -o /etc/yum.repos.d/amiberry.repo
sudo rpm --import https://packages.amiberry.com/gpg.asc
sudo dnf install amiberry
All packages in this repository are signed with the following GPG key:
You can verify the key fingerprint after importing it:
gpg --show-keys /usr/share/keyrings/amiberry-archive-keyring.gpg
jammy, noble, bookworm, or trixie). Derivative distributions must use the matching Ubuntu or Debian base suite.
/usr/share/keyrings/amiberry-archive-keyring.gpg.
sudo apt update (or sudo dnf makecache on Fedora) to refresh the package cache.