tinc from home:GroverChouT project

選擇您的作業系統

對於 Arch Linux,編輯 /etc/pacman.conf 並加入以下設定 (注意在 pacman.conf 中套件庫的順序是很重要的,因為 pacman 會下載第一個找到的軟體包):
[home_GroverChouT_Arch]
Server = https://download.opensuse.org/repositories/home:/GroverChouT/Arch/$arch
然後使用 root 身份執行以下指令
key=$(curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/Arch/$(uname -m)/home_GroverChouT_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_GroverChouT_Arch/tinc
需要 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:/GroverChouT/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:GroverChouT.list
curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_GroverChouT.gpg > /dev/null
sudo apt update
sudo apt install tinc
需要 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:/GroverChouT/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:GroverChouT.list
curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_GroverChouT.gpg > /dev/null
sudo apt update
sudo apt install tinc
需要 openSUSE Tumbleweed ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Tumbleweed/home:GroverChouT.repo
zypper refresh
zypper install tinc
需要 openSUSE Leap 15.2 ARM ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Leap_15.2_ARM/home:GroverChouT.repo
zypper refresh
zypper install tinc
需要 openSUSE Leap 15.2 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Leap_15.2/home:GroverChouT.repo
zypper refresh
zypper install tinc
需要 openSUSE Leap 15.1 ARM ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Leap_15.1_ARM/home:GroverChouT.repo
zypper refresh
zypper install tinc
需要 openSUSE Leap 15.1 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Leap_15.1/home:GroverChouT.repo
zypper refresh
zypper install tinc
需要 openSUSE Factory ARM ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Factory_ARM/home:GroverChouT.repo
zypper refresh
zypper install tinc
需要 15.4 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/15.4/home:GroverChouT.repo
zypper refresh
zypper install tinc
需要 openSUSE Leap 15.3 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Leap_15.3/home:GroverChouT.repo
zypper refresh
zypper install tinc
需要 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:/GroverChouT/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:GroverChouT.list
curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_GroverChouT.gpg > /dev/null
sudo apt update
sudo apt install tinc
需要 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:/GroverChouT/xUbuntu_19.10/ /' | sudo tee /etc/apt/sources.list.d/home:GroverChouT.list
curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/xUbuntu_19.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_GroverChouT.gpg > /dev/null
sudo apt update
sudo apt install tinc
需要 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:/GroverChouT/xUbuntu_19.04/ /' | sudo tee /etc/apt/sources.list.d/home:GroverChouT.list
curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/xUbuntu_19.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_GroverChouT.gpg > /dev/null
sudo apt update
sudo apt install tinc
需要 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:/GroverChouT/xUbuntu_18.10/ /' | sudo tee /etc/apt/sources.list.d/home:GroverChouT.list
curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/xUbuntu_18.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_GroverChouT.gpg > /dev/null
sudo apt update
sudo apt install tinc
需要 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:/GroverChouT/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:GroverChouT.list
curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_GroverChouT.gpg > /dev/null
sudo apt update
sudo apt install tinc