tinc from home:cromulent project

Select Your Operating System

For Debian Testing 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:/cromulent/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:cromulent.list
curl -fsSL https://download.opensuse.org/repositories/home:cromulent/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cromulent.gpg > /dev/null
sudo apt update
sudo apt install tinc
For Debian 12 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:/cromulent/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:cromulent.list
curl -fsSL https://download.opensuse.org/repositories/home:cromulent/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cromulent.gpg > /dev/null
sudo apt update
sudo apt install tinc
For Debian 11 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:/cromulent/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:cromulent.list
curl -fsSL https://download.opensuse.org/repositories/home:cromulent/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cromulent.gpg > /dev/null
sudo apt update
sudo apt install tinc
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cromulent/Fedora_40/home:cromulent.repo
dnf install tinc
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cromulent/openSUSE_Tumbleweed/home:cromulent.repo
zypper refresh
zypper install tinc
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cromulent/15.5/home:cromulent.repo
zypper refresh
zypper install tinc
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cromulent/15.4/home:cromulent.repo
zypper refresh
zypper install tinc
For xUbuntu 24.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:/cromulent/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:cromulent.list
curl -fsSL https://download.opensuse.org/repositories/home:cromulent/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cromulent.gpg > /dev/null
sudo apt update
sudo apt install tinc
For xUbuntu 22.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:/cromulent/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:cromulent.list
curl -fsSL https://download.opensuse.org/repositories/home:cromulent/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cromulent.gpg > /dev/null
sudo apt update
sudo apt install tinc
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:/cromulent/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:cromulent.list
curl -fsSL https://download.opensuse.org/repositories/home:cromulent/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cromulent.gpg > /dev/null
sudo apt update
sudo apt install tinc