lqmeasstudio from home:l-card:testing 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_l-card_testing_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/l-card:/testing/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Arch_Extra/$(uname -m)/home_l-card_testing_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_l-card_testing_Arch_Extra/lqmeasstudio
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:/l-card:/testing/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lqmeasstudio
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:/l-card:/testing/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lqmeasstudio
For Debian 8.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:/l-card:/testing/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lqmeasstudio
For Debian 7.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:/l-card:/testing/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lqmeasstudio
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:/l-card:/testing/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lqmeasstudio
For openSUSE 13.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_13.2/home:l-card:testing.repo
zypper refresh
zypper install lqmeasstudio
For openSUSE 13.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_13.1/home:l-card:testing.repo
zypper refresh
zypper install lqmeasstudio
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:/l-card:/testing/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lqmeasstudio

Packages for Raspbian 10:

For ScientificLinux 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:l-card:testing/ScientificLinux_7/home:l-card:testing.repo
yum install lqmeasstudio
For xUbuntu 18.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:/l-card:/testing/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lqmeasstudio
For xUbuntu 16.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:/l-card:/testing/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lqmeasstudio
For xUbuntu 14.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:/l-card:/testing/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lqmeasstudio
For xUbuntu 12.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:/l-card:/testing/xUbuntu_12.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/xUbuntu_12.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lqmeasstudio