qtrvsim from home:jdupak project
Välj ditt operativsystem
Lägg till lagringsplats och installera manuellt
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
Lägg till lagringsplats och installera manuellt
För CentOS 8, kör följande som 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
Lägg till lagringsplats och installera manuellt
För Debian Unstable, kör följande:
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
För Debian 12, kör följande:
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
För Debian 11, kör följande:
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
För Debian 10, kör följande:
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
Lägg till lagringsplats och installera manuellt
För Fedora Rawhide, kör följande som root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:jdupak/Fedora_Rawhide/home:jdupak.repo dnf install qtrvsim
För Fedora 40, kör följande som root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:jdupak/Fedora_40/home:jdupak.repo dnf install qtrvsim
För Fedora 39, kör följande som root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:jdupak/Fedora_39/home:jdupak.repo dnf install qtrvsim
För Fedora 38, kör följande som 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
Lägg till lagringsplats och installera manuellt
För openSUSE Tumbleweed, kör följande som root:
zypper addrepo https://download.opensuse.org/repositories/home:jdupak/openSUSE_Tumbleweed/home:jdupak.repo zypper refresh zypper install qtrvsim
För openSUSE Factory ARM, kör följande som 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
Lägg till lagringsplats och installera manuellt
För Raspbian 12, kör följande:
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
För Raspbian 11, kör följande:
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