leocad from home:cabelo project

Kies uw besturingssysteem

Voor Arch Linux, bewerk /etc/pacman.conf en voeg het volgende toe (merk op dat de volgorde van installatiebronnen in pacman.conf belangrijk is, omdat pacman altijd het eerst gevonden pakket downloadt):
[home_cabelo_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/cabelo/Arch_Extra/$arch
Voer dan het volgende als root uit
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
Voor Arch Linux, bewerk /etc/pacman.conf en voeg het volgende toe (merk op dat de volgorde van installatiebronnen in pacman.conf belangrijk is, omdat pacman altijd het eerst gevonden pakket downloadt):
[home_cabelo_Arch]
Server = https://download.opensuse.org/repositories/home:/cabelo/Arch/$arch
Voer dan het volgende als root uit
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
Voor CentOS 7 voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:cabelo/CentOS_7/home:cabelo.repo
yum install leocad
Voor Debian Unstable voer het volgende uit:
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
Voor Debian Testing voer het volgende uit:
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
Voor Debian 9.0 voer het volgende uit:
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
Voor Debian 8.0 voer het volgende uit:
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
Voor Debian 7.0 voer het volgende uit:
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
Voor Debian 10 voer het volgende uit:
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

Pakketten voor Debian Unstable:

Pakketten voor Debian Testing:

Voor Fedora 38 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Fedora_38/home:cabelo.repo
dnf install leocad
Voor Fedora 33 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Fedora_33/home:cabelo.repo
dnf install leocad
Voor Fedora 32 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Fedora_32/home:cabelo.repo
dnf install leocad
Voor Fedora 31 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Fedora_31/home:cabelo.repo
dnf install leocad
Voor Mageia 8 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Mageia_8/home:cabelo.repo
dnf install leocad
Voor Mageia 6 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Mageia_6/home:cabelo.repo
dnf install leocad
Voor openSUSE Tumbleweed voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_Tumbleweed/home:cabelo.repo
zypper refresh
zypper install leocad
Voor openSUSE Leap 42.3 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_Leap_42.3/home:cabelo.repo
zypper refresh
zypper install leocad
Voor openSUSE Leap 42.2 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_Leap_42.2/home:cabelo.repo
zypper refresh
zypper install leocad
Voor openSUSE Leap 42.1 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_Leap_42.1/home:cabelo.repo
zypper refresh
zypper install leocad
Voor openSUSE Leap 15.0 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_Leap_15.0/home:cabelo.repo
zypper refresh
zypper install leocad
Voor openSUSE 13.2 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_13.2/home:cabelo.repo
zypper refresh
zypper install leocad
Voor openSUSE 13.1 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_13.1/home:cabelo.repo
zypper refresh
zypper install leocad
Voor SLE 15 SP1 Backports voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_15_SP1_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Voor SLE 12 SP5 Backports voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP5_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Voor SLE 12 SP4 Backports voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP4_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Voor SLE 12 SP3 Backports voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP3_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Voor SLE 12 SP2 Backports voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP2_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Voor SLE 12 SP1 Backports voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP1_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Voor SLE 12 Backports voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Voor RHEL 7 voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:cabelo/RHEL_7/home:cabelo.repo
yum install leocad
Voor ScientificLinux 7 voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:cabelo/ScientificLinux_7/home:cabelo.repo
yum install leocad
Voor SLE 15 Backports voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_15_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Voor SLE 12 SP5 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP5/home:cabelo.repo
zypper refresh
zypper install leocad
Voor SLE 12 SP4 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP4/home:cabelo.repo
zypper refresh
zypper install leocad
Voor SLE 12 SP3 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP3/home:cabelo.repo
zypper refresh
zypper install leocad
Voor SLE 12 SP2 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP2/home:cabelo.repo
zypper refresh
zypper install leocad
Voor SLE 12 SP1 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP1/home:cabelo.repo
zypper refresh
zypper install leocad
Voor SLE 12 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12/home:cabelo.repo
zypper refresh
zypper install leocad
Voor xUbuntu 18.04 voer het volgende uit:
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
Voor xUbuntu 16.04 voer het volgende uit:
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
Voor xUbuntu 14.04 voer het volgende uit:
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

Pakketten voor xUbuntu 18.04:

Voor Fedora 36 voer het volgende als root uit:
?
Voor Fedora 35 voer het volgende als root uit:
?
Voor Fedora 34 voer het volgende als root uit:
?