firebird-emu from home:Vogtinator:firebird-emu project
Selecionar o Seu Sistema Operativo
Adicionar repositório e instalar manualmente
Para Arch Linux, edite /etc/pacman.conf e adicione o seguinte (note que a ordem dos repositórios em pacman.conf é importante, pois o pacman descarrega sempre o primeiro pacote encontrado):
[home_Vogtinator_firebird-emu_Arch_Extra] Server = https://download.opensuse.org/repositories/home:/Vogtinator:/firebird-emu/Arch_Extra/$arch
Depois execute o seguinte como 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
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para Debian Testing corra o seguinte:
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
Para Debian 11 corra o seguinte:
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
Para Debian 10 corra o seguinte:
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
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para Fedora Rawhide corra o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:Vogtinator:firebird-emu/Fedora_Rawhide/home:Vogtinator:firebird-emu.repo dnf install firebird-emu
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para openSUSE Tumbleweed corra o seguinte como 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
Para openSUSE Factory ARM corra o seguinte como 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
Para 15.5 corra o seguinte como 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
Para 15.4 corra o seguinte como 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
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para Raspbian 11 corra o seguinte:
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
Para Raspbian 10 corra o seguinte:
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
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para xUbuntu 22.10 corra o seguinte:
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
Para xUbuntu 22.04 corra o seguinte:
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
Para xUbuntu 21.04 corra o seguinte:
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
Para xUbuntu 20.04 corra o seguinte:
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
Para xUbuntu 18.04 corra o seguinte:
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
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para Fedora 37 corra o seguinte como root:
?
Para Fedora 36 corra o seguinte como root:
?