Openvpn sur un Ubuntu
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

Openvpn sur un Ubuntu

by
Jean_charlesP2
Created on 2020-11-24 16:45:16 (edited on 2024-09-04 11:41:57) in Serveurs Privés Virtuels (VPS)

Bonjour, j'ai faire une réinstalle d'un VPS OVH avec la version 18.04. Grande surprise, l'openvpn n'est plus disponible dans les options de réinstalle. Donc je remet un 18.04 propre sur le VPS.
Je vais sur les conseils d'install d'openvpn
et je tape comme précisé les lignes suivantes :

apt update && apt -y install ca-certificates wget net-tools gnupg
wget -qO - https://as-repository.openvpn.net/as-repo-public.gpg | apt-key add -
echo "deb http://as-repository.openvpn.net/as/debian focal main">/etc/apt/sources.list.d/openvpn-as-repo.list
apt update && apt -y install openvpn-as

Mais à la dernière ligne de commande j'ai le résultat suivant :

Les paquets suivants contiennent des dépendances non satisfaites :
openvpn-as : Dépend: libffi7 (>= 3.3~20180313) mais il n'est pas installable
Dépend: libgcc-s1 (>= 3.0) mais il n'est pas installable
Dépend: libstdc++6 (>= 9) mais 8.4.0-1ubuntu1~18.04 devra être installé

J'ajoute que sur une installe avec la 20.04 c'est le même problème.....
Si quelqu'un aurait un semblant de solution ?
Merci
JC