leocad from home:cabelo project

Selecione seu sistema operacional

Para o Arch Linux, edite /etc/pacman.conf e adicione o seguinte (note que a ordem dos repositórios no pacman.conf é importante, já que o pacman sempre baixa o primeiro pacote encontrado):
[home_cabelo_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/cabelo/Arch_Extra/$arch
Então execute o seguinte como 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
Para o Arch Linux, edite /etc/pacman.conf e adicione o seguinte (note que a ordem dos repositórios no pacman.conf é importante, já que o pacman sempre baixa o primeiro pacote encontrado):
[home_cabelo_Arch]
Server = https://download.opensuse.org/repositories/home:/cabelo/Arch/$arch
Então execute o seguinte como 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
Para CentOS 7 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:cabelo/CentOS_7/home:cabelo.repo
yum install leocad
Para Debian Unstable execute o seguinte:
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
Para Debian Testing execute o seguinte:
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
Para Debian 9.0 execute o seguinte:
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
Para Debian 8.0 execute o seguinte:
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
Para Debian 7.0 execute o seguinte:
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
Para Debian 10 execute o seguinte:
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
Para Fedora 43 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:cabelo/Fedora_43/home:cabelo.repo
dnf install leocad
Para Fedora 42 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:cabelo/Fedora_42/home:cabelo.repo
dnf install leocad
Para Fedora 41 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:cabelo/Fedora_41/home:cabelo.repo
dnf install leocad
Para Fedora 40 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Fedora_40/home:cabelo.repo
dnf install leocad
Para Fedora 38 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Fedora_38/home:cabelo.repo
dnf install leocad
Para Fedora 33 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Fedora_33/home:cabelo.repo
dnf install leocad
Para Fedora 32 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Fedora_32/home:cabelo.repo
dnf install leocad
Para Fedora 31 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Fedora_31/home:cabelo.repo
dnf install leocad
Para Mageia 9 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Mageia_9/home:cabelo.repo
dnf install leocad
Para Mageia 8 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Mageia_8/home:cabelo.repo
dnf install leocad
Para Mageia 6 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cabelo/Mageia_6/home:cabelo.repo
dnf install leocad
Para openSUSE Tumbleweed execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_Tumbleweed/home:cabelo.repo
zypper refresh
zypper install leocad
Para openSUSE Leap 42.3 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_Leap_42.3/home:cabelo.repo
zypper refresh
zypper install leocad
Para openSUSE Leap 42.2 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_Leap_42.2/home:cabelo.repo
zypper refresh
zypper install leocad
Para openSUSE Leap 42.1 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_Leap_42.1/home:cabelo.repo
zypper refresh
zypper install leocad
Para openSUSE Leap 15.0 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_Leap_15.0/home:cabelo.repo
zypper refresh
zypper install leocad
Para openSUSE 13.2 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_13.2/home:cabelo.repo
zypper refresh
zypper install leocad
Para openSUSE 13.1 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/openSUSE_13.1/home:cabelo.repo
zypper refresh
zypper install leocad
Para SLE 15 SP1 Backports execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_15_SP1_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Para SLE 12 SP5 Backports execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP5_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Para SLE 12 SP4 Backports execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP4_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Para SLE 12 SP3 Backports execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP3_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Para SLE 12 SP2 Backports execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP2_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Para SLE 12 SP1 Backports execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP1_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Para SLE 12 Backports execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Para RHEL 7 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:cabelo/RHEL_7/home:cabelo.repo
yum install leocad
Para ScientificLinux 7 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:cabelo/ScientificLinux_7/home:cabelo.repo
yum install leocad
Para SLE 15 Backports execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_15_Backports/home:cabelo.repo
zypper refresh
zypper install leocad
Para SLE 12 SP5 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP5/home:cabelo.repo
zypper refresh
zypper install leocad
Para SLE 12 SP4 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP4/home:cabelo.repo
zypper refresh
zypper install leocad
Para SLE 12 SP3 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP3/home:cabelo.repo
zypper refresh
zypper install leocad
Para SLE 12 SP2 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP2/home:cabelo.repo
zypper refresh
zypper install leocad
Para SLE 12 SP1 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12_SP1/home:cabelo.repo
zypper refresh
zypper install leocad
Para SLE 12 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:cabelo/SLE_12/home:cabelo.repo
zypper refresh
zypper install leocad
Para xUbuntu 18.04 execute o seguinte:
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
Para xUbuntu 16.04 execute o seguinte:
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
Para xUbuntu 14.04 execute o seguinte:
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

Pacotes para xUbuntu 18.04:

Para Fedora 36 execute o seguinte como root:
?
Para Fedora 35 execute o seguinte como root:
?
Para Fedora 34 execute o seguinte como root:
?