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, 24.04 LTS, 25.10 | apt |
| Debian | 12 (Bookworm), 13 (Trixie) | apt |
| Raspberry Pi OS | Bookworm, Trixie | apt |
| Fedora | 39, 40, 41 | dnf |
| RHEL / CentOS / Rocky / AlmaLinux | 8, 9 | dnf |
sudo curl -fsSL https://packages.amiberry.com/gpg.key -o /usr/share/keyrings/amiberry-archive-keyring.gpg
jammy with your release codename):
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, bookworm) with your actual distribution release. Run lsb_release -cs to find your codename.
/usr/share/keyrings/amiberry-archive-keyring.gpg.
sudo apt update (or sudo dnf makecache on Fedora) to refresh the package cache.