tinc from home:GroverChouT project
Select Your Operating System
Add repository and install manually
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_GroverChouT_Arch] Server = https://download.opensuse.org/repositories/home:/GroverChouT/Arch/$arch
Then run the following as 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
Grab binary packages directly
Add repository and install manually
For Debian 9.0 run the following:
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
For Debian 10 run the following:
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
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Tumbleweed/home:GroverChouT.repo zypper refresh zypper install tinc
For openSUSE Leap 15.2 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Leap_15.2_ARM/home:GroverChouT.repo zypper refresh zypper install tinc
For openSUSE Leap 15.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Leap_15.2/home:GroverChouT.repo zypper refresh zypper install tinc
For openSUSE Leap 15.1 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Leap_15.1_ARM/home:GroverChouT.repo zypper refresh zypper install tinc
For openSUSE Leap 15.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Leap_15.1/home:GroverChouT.repo zypper refresh zypper install tinc
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Factory_ARM/home:GroverChouT.repo zypper refresh zypper install tinc
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/15.4/home:GroverChouT.repo zypper refresh zypper install tinc
Grab binary packages directly
Add repository and install manually
For openSUSE Leap 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Leap_15.3/home:GroverChouT.repo zypper refresh zypper install tinc
Grab binary packages directly
Add repository and install manually
For xUbuntu 20.04 run the following:
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
For xUbuntu 19.10 run the following:
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
For xUbuntu 19.04 run the following:
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
For xUbuntu 18.10 run the following:
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
For xUbuntu 18.04 run the following:
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