I’m trying to install pritunl-link on Ubuntu 20.04; but it complains that the package cannot be found. Per the documentation (Repositories), I’m using the following repo.
sudo tee /etc/apt/sources.list.d/pritunl.list << EOF
deb https://repo.pritunl.com/stable/apt jammy main
EOF
sudo apt --assume-yes install gnupg
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 7568D9BB55FF9E5287D586017AE645C0CF8E292A
gpg --armor --export 7568D9BB55FF9E5287D586017AE645C0CF8E292A | sudo tee /etc/apt/trusted.gpg.d/pritunl.asc
sudo apt update
I get the below error:
vpnlink01:~$ sudo apt-get install pritunl-link
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package pritunl-link
Is the pritunl-link packages not available for Ubuntu 20.04?