firebird-emu from home:Vogtinator:firebird-emu project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_Vogtinator_firebird-emu_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/Vogtinator:/firebird-emu/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/Arch_Extra/$(uname -m)/home_Vogtinator_firebird-emu_Arch_Extra.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_Vogtinator_firebird-emu_Arch_Extra/firebird-emu

Packages for Arch Extra:

For Debian Testing run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Vogtinator:/firebird-emu/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:Vogtinator:firebird-emu.list
curl -fsSL https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Vogtinator_firebird-emu.gpg > /dev/null
sudo apt update
sudo apt install firebird-emu
For Debian 9.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Vogtinator:/firebird-emu/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:Vogtinator:firebird-emu.list
curl -fsSL https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Vogtinator_firebird-emu.gpg > /dev/null
sudo apt update
sudo apt install firebird-emu
For Debian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Vogtinator:/firebird-emu/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:Vogtinator:firebird-emu.list
curl -fsSL https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Vogtinator_firebird-emu.gpg > /dev/null
sudo apt update
sudo apt install firebird-emu
For Debian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Vogtinator:/firebird-emu/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:Vogtinator:firebird-emu.list
curl -fsSL https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Vogtinator_firebird-emu.gpg > /dev/null
sudo apt update
sudo apt install firebird-emu
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/Fedora_Rawhide/home:Vogtinator:firebird-emu.repo
dnf install firebird-emu
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/openSUSE_Tumbleweed/home:Vogtinator:firebird-emu.repo
zypper refresh
zypper install firebird-emu
For openSUSE Leap 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/openSUSE_Leap_42.3/home:Vogtinator:firebird-emu.repo
zypper refresh
zypper install firebird-emu
For openSUSE Leap 15.1 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/openSUSE_Leap_15.1_ARM/home:Vogtinator:firebird-emu.repo
zypper refresh
zypper install firebird-emu
For openSUSE Leap 15.0 Ports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/openSUSE_Leap_15.0_Ports/home:Vogtinator:firebird-emu.repo
zypper refresh
zypper install firebird-emu
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/openSUSE_Factory_ARM/home:Vogtinator:firebird-emu.repo
zypper refresh
zypper install firebird-emu
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/15.5/home:Vogtinator:firebird-emu.repo
zypper refresh
zypper install firebird-emu
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/15.4/home:Vogtinator:firebird-emu.repo
zypper refresh
zypper install firebird-emu
For Raspbian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Vogtinator:/firebird-emu/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:Vogtinator:firebird-emu.list
curl -fsSL https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Vogtinator_firebird-emu.gpg > /dev/null
sudo apt update
sudo apt install firebird-emu
For Raspbian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Vogtinator:/firebird-emu/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:Vogtinator:firebird-emu.list
curl -fsSL https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Vogtinator_firebird-emu.gpg > /dev/null
sudo apt update
sudo apt install firebird-emu

Packages for Raspbian 11:

Packages for Raspbian 10:

For openSUSE Leap 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/openSUSE_Leap_15.3/home:Vogtinator:firebird-emu.repo
zypper refresh
zypper install firebird-emu
For xUbuntu 22.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Vogtinator:/firebird-emu/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:Vogtinator:firebird-emu.list
curl -fsSL https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Vogtinator_firebird-emu.gpg > /dev/null
sudo apt update
sudo apt install firebird-emu
For xUbuntu 22.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Vogtinator:/firebird-emu/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:Vogtinator:firebird-emu.list
curl -fsSL https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Vogtinator_firebird-emu.gpg > /dev/null
sudo apt update
sudo apt install firebird-emu
For xUbuntu 21.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Vogtinator:/firebird-emu/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:Vogtinator:firebird-emu.list
curl -fsSL https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Vogtinator_firebird-emu.gpg > /dev/null
sudo apt update
sudo apt install firebird-emu
For xUbuntu 20.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Vogtinator:/firebird-emu/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:Vogtinator:firebird-emu.list
curl -fsSL https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Vogtinator_firebird-emu.gpg > /dev/null
sudo apt update
sudo apt install firebird-emu
For xUbuntu 18.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Vogtinator:/firebird-emu/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:Vogtinator:firebird-emu.list
curl -fsSL https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Vogtinator_firebird-emu.gpg > /dev/null
sudo apt update
sudo apt install firebird-emu

Packages for xUbuntu 22.10:

Packages for xUbuntu 22.04:

Packages for xUbuntu 21.04:

Packages for xUbuntu 20.04:

Packages for xUbuntu 18.04: