sudo -H gpg --no-default-keyring --keyring /usr/share/keyrings/zabify-archive-keyring.gpg --keyserver keyserver.ubuntu.com --recv-keys 5C5B0C4B81C5A1550489734AAB229C708ADE3E48
curl -fsSL https://repo.zabify.de/zabify/zabify-archive-keyring.pgp | sudo gpg --dearmor -o /usr/share/keyrings/zabify-archive-keyring.gpg
# :
cat /etc/os-release | grep "^NAME"
# :
cat /etc/os-release | grep "^VERSION_CODENAME"
# Architecture:
lscpu | grep "^Architecture"
# If your architecture is not amd64:
echo "deb [signed-by=/usr/share/keyrings/zabify-archive-keyring.gpg] https://repo.zabify.de/zabify/ main" | sudo tee -a /etc/apt/sources.list.d/zabify.list
# Special case: Your architecture is amd64:
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/zabify-archive-keyring.gpg] https://repo.zabify.de/zabify/ main" | sudo tee -a /etc/apt/sources.list.d/zabify.list
# Special case: Your architecture is arm64 and os is debian:
echo "deb [signed-by=/usr/share/keyrings/zabify-archive-keyring.gpg] https://repo.zabify.de/zabify/debian-arm64 main" | sudo tee -a /etc/apt/sources.list.d/zabify.list
# Special case: Your architecture is arm64 and os is ubuntu:
echo "deb [signed-by=/usr/share/keyrings/zabify-archive-keyring.gpg] https://repo.zabify.de/zabify/ubuntu-arm64 main" | sudo tee -a /etc/apt/sources.list.d/zabify.list
3. Install Zabify.
sudo apt-get update
sudo apt-get install zabify
3.1 How to fix: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY.
sudo gpg --export 5C5B0C4B81C5A1550489734AAB229C708ADE3E48 | sudo tee /etc/apt/trusted.gpg.d/zabify-archive-keyring.gpg