qcma from home:codestation project
Select Your Operating System
Add repository and install manually
For Debian 9.0 run the following as root:
echo 'deb http://download.opensuse.org/repositories/home:/codestation/Debian_9.0/ /' > /etc/apt/sources.list.d/home:codestation.list apt-get update apt-get install qcma
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/home:codestation/Debian_9.0/Release.key -O Release.key apt-key add - < Release.key apt-get update
Grab binary packages directly
Add repository and install manually
For Fedora 29 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:codestation/Fedora_29/home:codestation.repo dnf install qcma
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:codestation/openSUSE_Tumbleweed/home:codestation.repo zypper refresh zypper install qcma
For openSUSE Leap 15.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:codestation/openSUSE_Leap_15.1/home:codestation.repo zypper refresh zypper install qcma
For openSUSE Leap 15.0 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:codestation/openSUSE_Leap_15.0/home:codestation.repo zypper refresh zypper install qcma
Grab binary packages directly
Add repository and install manually
For xUbuntu 18.04 run the following:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/codestation/xUbuntu_18.04/ /' > /etc/apt/sources.list.d/home:codestation.list" sudo apt-get update sudo apt-get install qcma
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/home:codestation/xUbuntu_18.04/Release.key -O Release.key sudo apt-key add - < Release.key sudo apt-get update