Changes between Version 37 and Version 38 of OpenVPN3Linux
- Timestamp:
- 12/08/24 20:04:07 (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenVPN3Linux
v37 v38 15 15 Supported distributions: 16 16 ||= **Distribution Vendor** =||= **Release** =||= **Release name** (`DISTRIBUTION`) =||= **Architecture** =||=**DCO support**=||= **Repositories** =|| 17 || Debian || 11 || bullseye || amd64, arm64 (*0) || - || Stable ||18 17 || 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 || 22 22 || Ubuntu (LTS) || 20.04 || focal || amd64, arm64 (*0) || yes || Stable || 23 23 || Ubuntu (LTS) || 22.04 || jammy || amd64, arm64 (*0) || yes || Stable || … … 29 29 0. ARM64/aarch64 architectures are in tech-preview; please report back your experiences if you use OpenVPN 3 LInux on this platform - good or bad 30 30 1. 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.31 2. The ppc64le and s390x are not fully supported and only available via the Fedora Copr repositories. Consider these platforms tech-preview. 32 32 33 33 === __Stable repository__ - Debian / Ubuntu === … … 67 67 68 68 {{{ 69 # yuminstall https://packages.openvpn.net/openvpn-openvpn3-epel-repo-1-1.noarch.rpm69 # dnf install https://packages.openvpn.net/openvpn-openvpn3-epel-repo-1-1.noarch.rpm 70 70 }}} 71 71 … … 74 74 To install OpenVPN 3 Linux, run this command: 75 75 {{{ 76 # yuminstall openvpn3-client76 # dnf install openvpn3-client 77 77 }}} 78 78 … … 85 85 This 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. 86 86 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 # yumcopr enable dsommers/openvpn387 Ensure 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 91 91 }}} 92 92 93 93 Then OpenVPN 3 Linux can be installed: 94 94 {{{ 95 # yuminstall openvpn3-client95 # dnf install openvpn3-client 96 96 }}} 97 97