for Ubuntu and other Debian-based distributions
Official NymVPN Client repository for Ubuntu and Debian-based distributions.
Secure debian packages of the Nym VPN binaries for easy installation and updates.
sudo curl -s --compressed "https://apt.nymtech.net/nymtech.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/nymtech.gpg > /dev/null
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'
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 nym-vpn
VPN client packages are currently built for Ubuntu 22.04 (Jammy) only.