ffdiaporama from home:tkb 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_tkb_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/tkb/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:tkb/Arch_Extra/$(uname -m)/home_tkb_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_tkb_Arch_Extra/ffdiaporama
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_tkb_Arch]
Server = https://download.opensuse.org/repositories/home:/tkb/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:tkb/Arch/$(uname -m)/home_tkb_Arch.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_tkb_Arch/ffdiaporama
For Raspbian 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:/tkb/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install ffdiaporama
For Debian Unstable 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:/tkb/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install ffdiaporama
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:/tkb/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install ffdiaporama
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:/tkb/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install ffdiaporama
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:/tkb/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install ffdiaporama
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:/tkb/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install ffdiaporama

Packages for Raspbian 9.0:

Packages for Debian Unstable:

Packages for Debian Testing:

Packages for Debian 11:

For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:tkb/Fedora_Rawhide/home:tkb.repo
dnf install ffdiaporama
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tkb/openSUSE_Tumbleweed/home:tkb.repo
zypper refresh
zypper install ffdiaporama
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:/tkb/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install ffdiaporama
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:/tkb/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install ffdiaporama

Packages for Raspbian 11:

Packages for Raspbian 10:

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:/tkb/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install ffdiaporama

Packages for xUbuntu 20.04: