qtrvsim from home:jdupak project
Select Your Operating System
Add repository and install manually
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_jdupak_Arch] Server = https://download.opensuse.org/repositories/home:/jdupak/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:jdupak/Arch/$(uname -m)/home_jdupak_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_jdupak_Arch/qtrvsim
Grab binary packages directly
Add repository and install manually
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:jdupak/CentOS_8/home:jdupak.repo yum install qtrvsim
Grab binary packages directly
Add repository and install manually
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:/jdupak/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:jdupak.list curl -fsSL https://download.opensuse.org/repositories/home:jdupak/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jdupak.gpg > /dev/null sudo apt update sudo apt install qtrvsim
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:/jdupak/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:jdupak.list curl -fsSL https://download.opensuse.org/repositories/home:jdupak/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jdupak.gpg > /dev/null sudo apt update sudo apt install qtrvsim
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:/jdupak/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:jdupak.list curl -fsSL https://download.opensuse.org/repositories/home:jdupak/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jdupak.gpg > /dev/null sudo apt update sudo apt install qtrvsim
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:/jdupak/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:jdupak.list curl -fsSL https://download.opensuse.org/repositories/home:jdupak/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jdupak.gpg > /dev/null sudo apt update sudo apt install qtrvsim
Grab binary packages directly
Add repository and install manually
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:jdupak/Fedora_Rawhide/home:jdupak.repo dnf install qtrvsim
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:jdupak/Fedora_40/home:jdupak.repo dnf install qtrvsim
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:jdupak/Fedora_39/home:jdupak.repo dnf install qtrvsim
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:jdupak/Fedora_38/home:jdupak.repo dnf install qtrvsim
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:jdupak/openSUSE_Tumbleweed/home:jdupak.repo zypper refresh zypper install qtrvsim
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:jdupak/openSUSE_Factory_ARM/home:jdupak.repo zypper refresh zypper install qtrvsim
Grab binary packages directly
Add repository and install manually
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:/jdupak/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:jdupak.list curl -fsSL https://download.opensuse.org/repositories/home:jdupak/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jdupak.gpg > /dev/null sudo apt update sudo apt install qtrvsim
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:/jdupak/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:jdupak.list curl -fsSL https://download.opensuse.org/repositories/home:jdupak/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jdupak.gpg > /dev/null sudo apt update sudo apt install qtrvsim