cloudcross from home:MasterSoft24 project
Изберете Вашата Операционна Система
Добави хранилище и инсталирай ръчно
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_MasterSoft24_Arch_Extra] Server = https://download.opensuse.org/repositories/home:/MasterSoft24/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/Arch_Extra/$(uname -m)/home_MasterSoft24_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_MasterSoft24_Arch_Extra/cloudcross
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_MasterSoft24_Arch_Core_standard_tlde] Server = https://download.opensuse.org/repositories/home:/MasterSoft24/Arch_Core_standard_tlde/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/Arch_Core_standard_tlde/$(uname -m)/home_MasterSoft24_Arch_Core_standard_tlde.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_MasterSoft24_Arch_Core_standard_tlde/cloudcross
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_MasterSoft24_Arch_Core] Server = https://download.opensuse.org/repositories/home:/MasterSoft24/Arch_Core/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/Arch_Core/$(uname -m)/home_MasterSoft24_Arch_Core.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_MasterSoft24_Arch_Core/cloudcross
Grab binary packages directly
Добави хранилище и инсталирай ръчно
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:MasterSoft24/CentOS_7/home:MasterSoft24.repo yum install cloudcross
Grab binary packages directly
Добави хранилище и инсталирай ръчно
За Raspbian 9.0 изпълнете следното:
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:/MasterSoft24/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:MasterSoft24.list curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MasterSoft24.gpg > /dev/null sudo apt update sudo apt install cloudcross
За Debian 9.0 изпълнете следното:
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:/MasterSoft24/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:MasterSoft24.list curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MasterSoft24.gpg > /dev/null sudo apt update sudo apt install cloudcross
За Debian 10 изпълнете следното:
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:/MasterSoft24/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:MasterSoft24.list curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MasterSoft24.gpg > /dev/null sudo apt update sudo apt install cloudcross
Grab binary packages directly
Добави хранилище и инсталирай ръчно
For Fedora 26 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MasterSoft24/Fedora_26/home:MasterSoft24.repo dnf install cloudcross
For Fedora 25 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MasterSoft24/Fedora_25/home:MasterSoft24.repo dnf install cloudcross
For Fedora 24 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MasterSoft24/Fedora_24/home:MasterSoft24.repo dnf install cloudcross
For Fedora 23 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MasterSoft24/Fedora_23/home:MasterSoft24.repo dnf install cloudcross
Grab binary packages directly
Добави хранилище и инсталирай ръчно
For Mageia 6 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MasterSoft24/Mageia_6/home:MasterSoft24.repo dnf install cloudcross
Grab binary packages directly
Добави хранилище и инсталирай ръчно
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MasterSoft24/openSUSE_Tumbleweed/home:MasterSoft24.repo zypper refresh zypper install cloudcross
For openSUSE Leap 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MasterSoft24/openSUSE_Leap_42.3/home:MasterSoft24.repo zypper refresh zypper install cloudcross
For openSUSE Leap 42.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MasterSoft24/openSUSE_Leap_42.2/home:MasterSoft24.repo zypper refresh zypper install cloudcross
For openSUSE Leap 42.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MasterSoft24/openSUSE_Leap_42.1/home:MasterSoft24.repo zypper refresh zypper install cloudcross
Grab binary packages directly
Добави хранилище и инсталирай ръчно
За Raspbian 10 изпълнете следното:
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:/MasterSoft24/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:MasterSoft24.list curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MasterSoft24.gpg > /dev/null sudo apt update sudo apt install cloudcross
Grab binary packages directly
Добави хранилище и инсталирай ръчно
За xUbuntu 20.10 изпълнете следното:
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:/MasterSoft24/xUbuntu_20.10/ /' | sudo tee /etc/apt/sources.list.d/home:MasterSoft24.list curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/xUbuntu_20.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MasterSoft24.gpg > /dev/null sudo apt update sudo apt install cloudcross
За xUbuntu 20.04 изпълнете следното:
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:/MasterSoft24/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:MasterSoft24.list curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MasterSoft24.gpg > /dev/null sudo apt update sudo apt install cloudcross
За xUbuntu 19.10 изпълнете следното:
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:/MasterSoft24/xUbuntu_19.10/ /' | sudo tee /etc/apt/sources.list.d/home:MasterSoft24.list curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/xUbuntu_19.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MasterSoft24.gpg > /dev/null sudo apt update sudo apt install cloudcross
За xUbuntu 19.04 изпълнете следното:
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:/MasterSoft24/xUbuntu_19.04/ /' | sudo tee /etc/apt/sources.list.d/home:MasterSoft24.list curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/xUbuntu_19.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MasterSoft24.gpg > /dev/null sudo apt update sudo apt install cloudcross
За xUbuntu 18.10 изпълнете следното:
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:/MasterSoft24/xUbuntu_18.10/ /' | sudo tee /etc/apt/sources.list.d/home:MasterSoft24.list curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/xUbuntu_18.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MasterSoft24.gpg > /dev/null sudo apt update sudo apt install cloudcross
За xUbuntu 18.04 изпълнете следното:
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:/MasterSoft24/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:MasterSoft24.list curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MasterSoft24.gpg > /dev/null sudo apt update sudo apt install cloudcross
За xUbuntu 17.10 изпълнете следното:
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:/MasterSoft24/xUbuntu_17.10/ /' | sudo tee /etc/apt/sources.list.d/home:MasterSoft24.list curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/xUbuntu_17.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MasterSoft24.gpg > /dev/null sudo apt update sudo apt install cloudcross
За xUbuntu 17.04 изпълнете следното:
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:/MasterSoft24/xUbuntu_17.04/ /' | sudo tee /etc/apt/sources.list.d/home:MasterSoft24.list curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/xUbuntu_17.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MasterSoft24.gpg > /dev/null sudo apt update sudo apt install cloudcross
За xUbuntu 16.10 изпълнете следното:
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:/MasterSoft24/xUbuntu_16.10/ /' | sudo tee /etc/apt/sources.list.d/home:MasterSoft24.list curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/xUbuntu_16.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MasterSoft24.gpg > /dev/null sudo apt update sudo apt install cloudcross
За xUbuntu 16.04 изпълнете следното:
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:/MasterSoft24/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:MasterSoft24.list curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MasterSoft24.gpg > /dev/null sudo apt update sudo apt install cloudcross
За xUbuntu 14.04 изпълнете следното:
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:/MasterSoft24/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/home:MasterSoft24.list curl -fsSL https://download.opensuse.org/repositories/home:MasterSoft24/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MasterSoft24.gpg > /dev/null sudo apt update sudo apt install cloudcross