# Unable to locate package pritunl-link

**URL:** https://forum.pritunl.com/t/unable-to-locate-package-pritunl-link/664
**Category:** Pritunl
**Tags:** pritunl-link
**Created:** [January 6, 2023, 8:44am UTC](https://forum.pritunl.com/t/unable-to-locate-package-pritunl-link/664 "2023-01-06T08:44:05Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![user101](https://forum.pritunl.com/letter_avatar_proxy/v4/letter/u/a9a28c/32.png) [@user101](https://forum.pritunl.com/u/user101)
#### Post date: [January 6, 2023, 8:44am UTC](https://forum.pritunl.com/t/unable-to-locate-package-pritunl-link/664/1 "2023-01-06T08:44:05Z")

</div>

I’m trying to install pritunl-link on Ubuntu 20.04; but it complains that the package cannot be found. Per the documentation ([Repositories](https://docs.pritunl.com/docs/repo)), I’m using the following repo.

```auto
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:

```auto
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?

---

<div class="post-metadata">

### Author: ![zach](https://forum.pritunl.com/user_avatar/forum.pritunl.com/zach/32/1105_2.png) [@zach](https://forum.pritunl.com/u/zach)
#### Post date: [January 6, 2023, 8:55am UTC](https://forum.pritunl.com/t/unable-to-locate-package-pritunl-link/664/2 "2023-01-06T08:55:17Z")

</div>

Ubuntu Jammy is 22.04, the link client hasn’t been built for 22.04. The `pritunl-link` package from 20.04 will run on 22.04 but the `pritunl-strongswan` package which has been built for 22.04 will need to be installed from the 22.04 Pritunl repository. You could first install `pritunl-strongswan` then switch it to 20.04 install `pritunl-link` and switch it back to 22.04. The link package will then update from the 22.04 repository when a build is available.

---

<div class="post-metadata">

### Author: ![user101](https://forum.pritunl.com/letter_avatar_proxy/v4/letter/u/a9a28c/32.png) [@user101](https://forum.pritunl.com/u/user101)
#### Post date: [January 6, 2023, 9:17am UTC](https://forum.pritunl.com/t/unable-to-locate-package-pritunl-link/664/3 "2023-01-06T09:17:38Z")

</div>

Thanks for the clarification. I’ll used the one from 20.04 for now.
