for Ubuntu and other Debian-based distributions
This is the Nym repository for Ubuntu and Debian-based distributions.
It contains debian packages of the Nym platform binaries, as well as the vpn clients
sudo curl -s --compressed "https://apt.nymtech.net/nymtech.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/nymtech.gpg > /dev/null # For focal (20.04) sudo sh -c 'echo "deb [signed-by=/etc/apt/trusted.gpg.d/nymtech.gpg] https://apt.nymtech.net/ focal main" > /etc/apt/sources.list.d/nymtech.list' # For jammy (22.04) sudo sh -c 'echo "deb [signed-by=/etc/apt/trusted.gpg.d/nymtech.gpg] https://apt.nymtech.net/ jammy main" > /etc/apt/sources.list.d/nymtech.list' sudo apt update sudo apt install <package>