nekobox from home:juzbun:NekoBox 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_juzbun_NekoBox_Arch]
Server = https://download.opensuse.org/repositories/home:/juzbun:/NekoBox/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:juzbun:NekoBox/Arch/$(uname -m)/home_juzbun_NekoBox_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_juzbun_NekoBox_Arch/nekobox
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:/juzbun:/NekoBox/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:juzbun:NekoBox.list
curl -fsSL https://download.opensuse.org/repositories/home:juzbun:NekoBox/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_juzbun_NekoBox.gpg > /dev/null
sudo apt update
sudo apt install nekobox
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:/juzbun:/NekoBox/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:juzbun:NekoBox.list
curl -fsSL https://download.opensuse.org/repositories/home:juzbun:NekoBox/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_juzbun_NekoBox.gpg > /dev/null
sudo apt update
sudo apt install nekobox
For Debian 13 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:/juzbun:/NekoBox/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:juzbun:NekoBox.list
curl -fsSL https://download.opensuse.org/repositories/home:juzbun:NekoBox/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_juzbun_NekoBox.gpg > /dev/null
sudo apt update
sudo apt install nekobox
For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:juzbun:NekoBox/Fedora_Rawhide/home:juzbun:NekoBox.repo
dnf install nekobox
For Fedora 43 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:juzbun:NekoBox/Fedora_43/home:juzbun:NekoBox.repo
dnf install nekobox
For Fedora 42 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:juzbun:NekoBox/Fedora_42/home:juzbun:NekoBox.repo
dnf install nekobox
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:juzbun:NekoBox/Mageia_Cauldron/home:juzbun:NekoBox.repo
dnf install nekobox
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:juzbun:NekoBox/openSUSE_Tumbleweed/home:juzbun:NekoBox.repo
zypper refresh
zypper install nekobox
For openSUSE Factory zSystems run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:juzbun:NekoBox/openSUSE_Factory_zSystems/home:juzbun:NekoBox.repo
zypper refresh
zypper install nekobox
For openSUSE Factory RISCV run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:juzbun:NekoBox/openSUSE_Factory_RISCV/home:juzbun:NekoBox.repo
zypper refresh
zypper install nekobox
For openSUSE Factory PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:juzbun:NekoBox/openSUSE_Factory_PowerPC/home:juzbun:NekoBox.repo
zypper refresh
zypper install nekobox
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:juzbun:NekoBox/openSUSE_Factory_ARM/home:juzbun:NekoBox.repo
zypper refresh
zypper install nekobox
For 16.0 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:juzbun:NekoBox/16.0/home:juzbun:NekoBox.repo
zypper refresh
zypper install nekobox
For Raspbian 12 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:/juzbun:/NekoBox/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:juzbun:NekoBox.list
curl -fsSL https://download.opensuse.org/repositories/home:juzbun:NekoBox/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_juzbun_NekoBox.gpg > /dev/null
sudo apt update
sudo apt install nekobox

Packages for Raspbian 12:

For xUbuntu 25.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:/juzbun:/NekoBox/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:juzbun:NekoBox.list
curl -fsSL https://download.opensuse.org/repositories/home:juzbun:NekoBox/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_juzbun_NekoBox.gpg > /dev/null
sudo apt update
sudo apt install nekobox