I use the guide on your site to try to install pritunl-client-electron but this package does not exists for ubuntu 22.04 anymore (I already install last year in my old notebook without any issue).
I use this playbook to install (I only install things using ansible…):
## Instalação do printunl em UBUNTU
---
- hosts: "{{ target | default('localhost')}}"
become: true
user: root
become_method: sudo
vars:
roles:
tasks:
- name: Add an apt key for pritunl
ansible.builtin.apt_key:
keyserver: keyserver.ubuntu.com
id: 7568D9BB55FF9E5287D586017AE645C0CF8E292A
- name: Add specified repository for pritunl into sources list
ansible.builtin.apt_repository:
repo: "deb https://repo.pritunl.com/stable/apt {{ansible_distribution_release}} main"
state: present
- debug: msg="{{ansible_distribution_release}} "
- name: Install pritunl client
package:
name: pritunl-client-electron
state: present
update_cache: yes
tags:
- packages
After run the playbook (or manualy your steps) I can see some packages from pritunl but not electron.
apt-cache search pritunl
pritunl - Enterprise VPN Server
pritunl-client - Pritunl OpenVPN CLI Client
pritunl-cloud - Pritunl Cloud
pritunl-endpoint - Pritunl Endpoint
pritunl-link - Enterprise VPN Link Server
pritunl-ndppd - NDP Proxy Daemon
pritunl-ssh - Pritunl Zero SSH Client
pritunl-ssh-host - Pritunl Zero SSH Host Client
pritunl-strongswan - Open Source IPsec Implementation
pritunl-zero - Pritunl Zero