Changes between Version 3 and Version 4 of OpenVPN3Linux


Ignore:
Timestamp:
12/16/19 18:34:44 (4 years ago)
Author:
David Sommerseth
Comment:

Updated Debian/Ubuntu? releases

Legend:

Unmodified
Added
Removed
Modified
  • OpenVPN3Linux

    v3 v4  
    2020   # apt-key add openvpn-repo-pkg-key.pub
    2121}}}
    22 Then you need to install the proper repository.  Replace $DISTRO with
    23 stretch, xenial or bionic, depending on your !Debian/Ubuntu distribution.
     22Then you need to install the proper repository.  Replace $DISTRO with the release name depending on your !Debian/Ubuntu distribution.
    2423{{{
    2524   # wget -O /etc/apt/sources.list.d/openvpn3.list https://swupdate.openvpn.net/community/openvpn3/repos/openvpn3-$DISTRO.list
    2625   # apt update
    2726}}}
     27Supported distributions:
     28||= **Distribution** =||= **Release** =||= **Release name** ($DISTRO) =||
     29|| Debian        || 9         ||  stretch                 ||
     30|| Debian        || 10        ||  buster                  ||
     31|| Ubuntu        || 16.04     ||  xenial                  ||
     32|| Ubuntu        || 18.04     ||  bionic                  ||
     33|| Ubuntu        || 19.04     ||  disco                   ||
     34|| Ubuntu        || 19.10     ||  eoan                    ||
     35
    2836And finally the openvpn3 package can be installed
    2937{{{