cloudcross from home:MasterSoft24 project

選擇您的作業系統

對於 Arch Linux,編輯 /etc/pacman.conf 並加入以下設定 (注意在 pacman.conf 中套件庫的順序是很重要的,因為 pacman 會下載第一個找到的軟體包):
[home_MasterSoft24_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/MasterSoft24/Arch_Extra/$arch
然後使用 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
對於 Arch Linux,編輯 /etc/pacman.conf 並加入以下設定 (注意在 pacman.conf 中套件庫的順序是很重要的,因為 pacman 會下載第一個找到的軟體包):
[home_MasterSoft24_Arch_Core_standard_tlde]
Server = https://download.opensuse.org/repositories/home:/MasterSoft24/Arch_Core_standard_tlde/$arch
然後使用 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
對於 Arch Linux,編輯 /etc/pacman.conf 並加入以下設定 (注意在 pacman.conf 中套件庫的順序是很重要的,因為 pacman 會下載第一個找到的軟體包):
[home_MasterSoft24_Arch_Core]
Server = https://download.opensuse.org/repositories/home:/MasterSoft24/Arch_Core/$arch
然後使用 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
需要 CentOS 7 ,用 root 執行:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:MasterSoft24/CentOS_7/home:MasterSoft24.repo
yum install cloudcross
需要 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
需要 Fedora 26 ,用 root 執行:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MasterSoft24/Fedora_26/home:MasterSoft24.repo
dnf install cloudcross
需要 Fedora 25 ,用 root 執行:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MasterSoft24/Fedora_25/home:MasterSoft24.repo
dnf install cloudcross
需要 Fedora 24 ,用 root 執行:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MasterSoft24/Fedora_24/home:MasterSoft24.repo
dnf install cloudcross
需要 Fedora 23 ,用 root 執行:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MasterSoft24/Fedora_23/home:MasterSoft24.repo
dnf install cloudcross
需要 Mageia 6 ,用 root 執行:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MasterSoft24/Mageia_6/home:MasterSoft24.repo
dnf install cloudcross
需要 openSUSE Tumbleweed ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:MasterSoft24/openSUSE_Tumbleweed/home:MasterSoft24.repo
zypper refresh
zypper install cloudcross
需要 openSUSE Leap 42.3 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:MasterSoft24/openSUSE_Leap_42.3/home:MasterSoft24.repo
zypper refresh
zypper install cloudcross
需要 openSUSE Leap 42.2 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:MasterSoft24/openSUSE_Leap_42.2/home:MasterSoft24.repo
zypper refresh
zypper install cloudcross
需要 openSUSE Leap 42.1 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:MasterSoft24/openSUSE_Leap_42.1/home:MasterSoft24.repo
zypper refresh
zypper install cloudcross
需要 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

Raspbian 10 的套件:

需要 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