Changes for page Connexion VPN pour Linux

Last modified by Jeremie Jacquin on 2024/05/21 12:05

From version 1.1
edited by Jeremie Jacquin
on 2023/01/26 13:37
Change comment: There is no comment for this version
To version 2.1
edited by Jeremie Jacquin
on 2023/01/26 13:38
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,25 +1,15 @@
1 +|(((
1 1  Pour installer le VPN sur votre ordinateur sous Linux :
2 2  
3 -* (((
4 -Installer le client openVPN à l'aide des outils d'installation de votre distribution :* (((
5 -Ubuntu :
4 + Installer le client openVPN à l'aide des outils d'installation de votre distribution :
6 6  
7 -|(((
8 -sudo apt-get install network-manager-openvpn-gnome
9 -)))
10 -)))
11 -* (((
12 -Centos 8 :
6 + Ubuntu :
7 + sudo apt-get install network-manager-openvpn-gnome
13 13  
14 -|(((
15 -dnf install epel-release
9 + Centos 8 :
10 + dnf install epel-release
11 + dnf install NetworkManager-openvpn
12 + Arch :
16 16  
17 -dnf install NetworkManager-openvpn
18 -)))
19 -)))
20 -* Arch :
21 -)))
22 -
23 -|(((
24 24  sudo pacman -S networkmanager-openvpn
25 25  )))