Wiki source code of Connexion VPN pour Linux

Version 2.1 by Jeremie Jacquin on 2023/01/26 13:38

Show last authors
1 |(((
2 Pour installer le VPN sur votre ordinateur sous Linux :
3
4 Installer le client openVPN à l'aide des outils d'installation de votre distribution :
5
6 Ubuntu :
7 sudo apt-get install network-manager-openvpn-gnome
8
9 Centos 8 :
10 dnf install epel-release
11 dnf install NetworkManager-openvpn
12 Arch :
13
14 sudo pacman -S networkmanager-openvpn
15 )))