waydroid-helper from home:qr243vbi 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_qr243vbi_Arch]
Server = https://download.opensuse.org/repositories/home:/qr243vbi/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:qr243vbi/Arch/$(uname -m)/home_qr243vbi_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_qr243vbi_Arch/waydroid-helper
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:/qr243vbi/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:qr243vbi.list
curl -fsSL https://download.opensuse.org/repositories/home:qr243vbi/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_qr243vbi.gpg > /dev/null
sudo apt update
sudo apt install waydroid-helper
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:/qr243vbi/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:qr243vbi.list
curl -fsSL https://download.opensuse.org/repositories/home:qr243vbi/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_qr243vbi.gpg > /dev/null
sudo apt update
sudo apt install waydroid-helper
For Debian 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:/qr243vbi/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:qr243vbi.list
curl -fsSL https://download.opensuse.org/repositories/home:qr243vbi/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_qr243vbi.gpg > /dev/null
sudo apt update
sudo apt install waydroid-helper

Packages for Debian Testing:

Packages for Debian 13:

Packages for Debian 12:

For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:qr243vbi/Fedora_Rawhide/home:qr243vbi.repo
dnf install waydroid-helper
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:qr243vbi/Mageia_Cauldron/home:qr243vbi.repo
dnf install waydroid-helper
For Mageia 9 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:qr243vbi/Mageia_9/home:qr243vbi.repo
dnf install waydroid-helper
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:qr243vbi/openSUSE_Tumbleweed/home:qr243vbi.repo
zypper refresh
zypper install waydroid-helper
For openSUSE Factory zSystems run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:qr243vbi/openSUSE_Factory_zSystems/home:qr243vbi.repo
zypper refresh
zypper install waydroid-helper
For openSUSE Factory RISCV run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:qr243vbi/openSUSE_Factory_RISCV/home:qr243vbi.repo
zypper refresh
zypper install waydroid-helper
For openSUSE Factory PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:qr243vbi/openSUSE_Factory_PowerPC/home:qr243vbi.repo
zypper refresh
zypper install waydroid-helper
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:qr243vbi/openSUSE_Factory_ARM/home:qr243vbi.repo
zypper refresh
zypper install waydroid-helper
For 16.0 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:qr243vbi/16.0/home:qr243vbi.repo
zypper refresh
zypper install waydroid-helper
For Raspbian 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:/qr243vbi/Raspbian_13/ /' | sudo tee /etc/apt/sources.list.d/home:qr243vbi.list
curl -fsSL https://download.opensuse.org/repositories/home:qr243vbi/Raspbian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_qr243vbi.gpg > /dev/null
sudo apt update
sudo apt install waydroid-helper
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:/qr243vbi/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:qr243vbi.list
curl -fsSL https://download.opensuse.org/repositories/home:qr243vbi/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_qr243vbi.gpg > /dev/null
sudo apt update
sudo apt install waydroid-helper

Packages for Raspbian 13:

Packages for Raspbian 12:

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

Packages for xUbuntu 25.10:

Packages for xUbuntu 25.04: