leocad from home:cabelo 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_cabelo_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/cabelo/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:cabelo/Arch_Extra/$(uname -m)/home_cabelo_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_cabelo_Arch_Extra/leocad
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_cabelo_Arch]
Server = https://download.opensuse.org/repositories/home:/cabelo/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:cabelo/Arch/$(uname -m)/home_cabelo_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_cabelo_Arch/leocad
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:cabelo/CentOS_7/home:cabelo.repo
yum install leocad
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:/cabelo/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:cabelo.list
curl -fsSL https://download.opensuse.org/repositories/home:cabelo/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cabelo.gpg > /dev/null
sudo apt update
sudo apt install leocad
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:/cabelo/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:cabelo.list
curl -fsSL https://download.opensuse.org/repositories/home:cabelo/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cabelo.gpg > /dev/null
sudo apt update
sudo apt install leocad
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:/cabelo/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:cabelo.list
curl -fsSL https://download.opensuse.org/repositories/home:cabelo/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cabelo.gpg > /dev/null
sudo apt update
sudo apt install leocad
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:/cabelo/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:cabelo.list
curl -fsSL https://download.opensuse.org/repositories/home:cabelo/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cabelo.gpg > /dev/null
sudo apt update
sudo apt install leocad
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:/cabelo/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/home:cabelo.list
curl -fsSL https://download.opensuse.org/repositories/home:cabelo/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cabelo.gpg > /dev/null
sudo apt update
sudo apt install leocad
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:/cabelo/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:cabelo.list
curl -fsSL https://download.opensuse.org/repositories/home:cabelo/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cabelo.gpg > /dev/null
sudo apt update
sudo apt install leocad
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Fedora_38/home:cabelo.repo
dnf install leocad
For Fedora 33 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Fedora_33/home:cabelo.repo
dnf install leocad
For Fedora 32 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Fedora_32/home:cabelo.repo
dnf install leocad
For Fedora 31 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Fedora_31/home:cabelo.repo
dnf install leocad
For Mageia 8 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Mageia_8/home:cabelo.repo
dnf install leocad
For Mageia 6 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Mageia_6/home:cabelo.repo
dnf install leocad
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_Tumbleweed/home:cabelo.repo
zypper refresh
zypper install leocad
For openSUSE Leap 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_Leap_42.3/home:cabelo.repo
zypper refresh
zypper install leocad
For openSUSE Leap 42.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_Leap_42.2/home:cabelo.repo
zypper refresh
zypper install leocad
For openSUSE Leap 42.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_Leap_42.1/home:cabelo.repo
zypper refresh
zypper install leocad
For openSUSE Leap 15.0 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_Leap_15.0/home:cabelo.repo
zypper refresh
zypper install leocad
For openSUSE 13.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_13.2/home:cabelo.repo
zypper refresh
zypper install leocad
For openSUSE 13.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_13.1/home:cabelo.repo
zypper refresh
zypper install leocad
For SLE 15 SP1 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_15_SP1_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
For SLE 12 SP5 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP5_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
For SLE 12 SP4 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP4_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
For SLE 12 SP3 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP3_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
For SLE 12 SP2 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP2_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
For SLE 12 SP1 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP1_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
For SLE 12 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:cabelo/RHEL_7/home:cabelo.repo
yum install leocad
For ScientificLinux 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:cabelo/ScientificLinux_7/home:cabelo.repo
yum install leocad
For SLE 15 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_15_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
For SLE 12 SP5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP5/home:cabelo.repo
zypper refresh
zypper install leocad
For SLE 12 SP4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP4/home:cabelo.repo
zypper refresh
zypper install leocad
For SLE 12 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP3/home:cabelo.repo
zypper refresh
zypper install leocad
For SLE 12 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP2/home:cabelo.repo
zypper refresh
zypper install leocad
For SLE 12 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP1/home:cabelo.repo
zypper refresh
zypper install leocad
For SLE 12 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12/home:cabelo.repo
zypper refresh
zypper install leocad
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:/cabelo/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:cabelo.list
curl -fsSL https://download.opensuse.org/repositories/home:cabelo/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cabelo.gpg > /dev/null
sudo apt update
sudo apt install leocad
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:/cabelo/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:cabelo.list
curl -fsSL https://download.opensuse.org/repositories/home:cabelo/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cabelo.gpg > /dev/null
sudo apt update
sudo apt install leocad
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:/cabelo/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/home:cabelo.list
curl -fsSL https://download.opensuse.org/repositories/home:cabelo/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cabelo.gpg > /dev/null
sudo apt update
sudo apt install leocad

Packages for xUbuntu 18.04:

For Fedora 36 run the following as root:
?
For Fedora 35 run the following as root:
?
For Fedora 34 run the following as root:
?