Changes between Version 37 and Version 38 of OpenVPN3Linux


Ignore:
Timestamp:
12/08/24 20:04:07 (5 weeks ago)
Author:
David Sommerseth
Comment:

Update supported distros by v24, replace yum with dnf

Legend:

Unmodified
Added
Removed
Modified
  • OpenVPN3Linux

    v37 v38  
    1515Supported distributions:
    1616||= **Distribution Vendor**         =||= **Release**            =||= **Release name** (`DISTRIBUTION`) =||= **Architecture**                              =||=**DCO support**=||= **Repositories**  =||
    17 || Debian                            || 11                       ||  bullseye                           || amd64, arm64 (*0)                              ||  -              || Stable                      ||
    1817|| Debian                            || 12                       ||  bookworm                           || amd64, arm64 (*0)                              ||  yes            || Stable                      ||
    19 || Fedora                            || 39, 40, Rawhide (*1)     ||  -                                  || aarch64 (*0), ppc64le, s390x, x86_64           ||  yes            || Fedora Copr (*2)            ||
    20 || Red Hat Enterprise Linux          || 8                        ||  -                                  || aarch64 (*0), ppc64le (*3), s390x (*3), x86_64 ||  yes            || Stable, Fedora Copr         ||
    21 || Red Hat Enterprise Linux          || 9                        ||  -                                  || aarch64 (*0), ppc64le (*3), s390x (*3), x86_64 ||  yes            || Stable, Fedora Copr         ||
     18|| Fedora                            || 40, 41, Rawhide (*1)     ||  -                                  || aarch64 (*0), ppc64le, s390x, x86_64           ||  yes            || Fedora Copr                 ||
     19|| Red Hat Enterprise Linux          || 8                        ||  -                                  || aarch64 (*0), ppc64le (*2), s390x (*2), x86_64 ||  yes            || Stable, Fedora Copr         ||
     20|| Red Hat Enterprise Linux          || 9                        ||  -                                  || aarch64 (*0), ppc64le (*2), s390x (*2), x86_64 ||  yes            || Stable, Fedora Copr         ||
     21|| Red Hat Enterprise Linux          || 10 Beta (tech-preview)   ||  -                                  || aarch64 (*0), ppc64le (*2), s390x (*2), x86_64 ||  yes            || Fedora Copr                 ||
    2222|| Ubuntu (LTS)                      || 20.04                    ||  focal                              || amd64, arm64 (*0)                              ||  yes            || Stable                      ||
    2323|| Ubuntu (LTS)                      || 22.04                    ||  jammy                              || amd64, arm64 (*0)                              ||  yes            || Stable                      ||
     
    29290. ARM64/aarch64 architectures are in tech-preview; please report back your experiences if you use OpenVPN 3 LInux on this platform - good or bad
    30301. Fedora Rawhide is a moving target and there will be periods where there will not be updates available until we sort out the required changes to the build environment.
    31 3. The ppc64le and s390x are not fully supported and only available via the Fedora Copr repositories.  Consider these platforms tech-preview.
     312. The ppc64le and s390x are not fully supported and only available via the Fedora Copr repositories.  Consider these platforms tech-preview.
    3232
    3333=== __Stable repository__ - Debian / Ubuntu ===
     
    6767
    6868{{{
    69 # yum install https://packages.openvpn.net/openvpn-openvpn3-epel-repo-1-1.noarch.rpm
     69# dnf install https://packages.openvpn.net/openvpn-openvpn3-epel-repo-1-1.noarch.rpm
    7070}}}
    7171
     
    7474To install OpenVPN 3 Linux, run this command:
    7575{{{
    76 # yum install openvpn3-client
     76# dnf install openvpn3-client
    7777}}}
    7878
     
    8585This repository will have more frequent releases than the stable repository, but packages from this repository will not have been through the same level of QA testing before releases.
    8686
    87 Ensure the `yum copr` or `dnf copr` functionality is installed and ready.  Then enable the Fedora Copr repository for OpenVPN 3 Linux:
    88 
    89 {{{
    90 # yum copr enable dsommers/openvpn3
     87Ensure the `dnf copr` functionality is installed and ready.  Then enable the Fedora Copr repository for OpenVPN 3 Linux:
     88
     89{{{
     90# dnf copr enable dsommers/openvpn3
    9191}}}
    9292
    9393Then OpenVPN 3 Linux can be installed:
    9494{{{
    95 # yum install openvpn3-client
     95# dnf install openvpn3-client
    9696}}}
    9797