Changes between Version 50 and Version 51 of OpenvpnSoftwareRepos
- Timestamp:
- 05/16/23 13:01:47 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenvpnSoftwareRepos
v50 v51 18 18 = CentOS / Fedora / Red Hat Enterprise Linux = 19 19 20 There are two alternatives here for OpenVPN packages. Fedora carries are re sonably up-to-date release in the main repositories. For CentOS and Red Hat Enterprise Linux (RHEL) the [https://fedoraproject.org/wiki/EPEL Fedora EPEL] repositories which contains the last OpenVPN releases when the distribution was released. All of these packages are considered to be stable for enterprise usage and will essentially just get bug and security fixes during the lifetime of the distribution. OpenVPN major releases will only be added to the next Fedora release.20 There are two alternatives here for OpenVPN packages. Fedora carries are reasonably up-to-date release in the main repositories. For CentOS and Red Hat Enterprise Linux (RHEL) the [https://fedoraproject.org/wiki/EPEL Fedora EPEL] repositories which contains the last OpenVPN releases when the distribution was released. All of these packages are considered to be stable for enterprise usage and will essentially just get bug and security fixes during the lifetime of the distribution. OpenVPN major releases will only be added to the next Fedora release. 21 21 22 22 To get newer releases than the main Fedora and EPEL repositories provides, consider using the OpenVPN packages from the Fedora Copr repository. The Copr repository will always have the latest OpenVPN releases available. … … 28 28 == Using Fedora Copr == 29 29 30 There are 3 different Fedora Copr repositories available for OpenVPN. [https://copr.fedorainfracloud.org/coprs/dsommers/openvpn-release/ openvpn-release] which contains the latest OpenVPN stable release. Minor releases of the latest stable release will also be published in this repository. [https://copr.fedorainfracloud.org/coprs/dsommers/openvpn-beta/ openvpn-beta] which contains only the latest beta and release candidates. When a release candidate is moved to stable, it is moved over to the **openvpn-release** repository. The last repository is [https://copr.fedorainfracloud.org/coprs/dsommers/openvpn-git openvpn-git] which contains semi-regular builds of the latest develop code base. These development builds are not meant for production but is valuable for testing new features.31 32 30 CentOS/RHEL users: Ensure you have the `yum-plugin-copr` package installed (can be installed via `yum`). 33 31 34 32 Then run these commands: 35 33 {{{ 34 [root@host:~]# yum copr enable dsommers/openvpn-release-2.6 # for OpenVPN 2.6 releases 36 35 [root@host:~]# yum copr enable dsommers/openvpn-release # for OpenVPN 2.5 releases 37 [root@host:~]# yum copr enable dsommers/openvpn-release-2.6 # for OpenVPN 2.6 releases38 36 ... 39 37 [root@host:~]# yum install openvpn 40 38 }}} 39 40 The [https://copr.fedorainfracloud.org/coprs/dsommers/openvpn-release-2.6/ dsommers/openvpn-release-2.6 Copr repository] currently contains the latest stable OpenVPN release. 41 42 The [https://copr.fedorainfracloud.org/coprs/dsommers/openvpn-release/ dsommers/openvpn-release Copr repository] contains the latest 2.5.x OpenVPN release. For new installations it is recommended to use the 2.6.x release, 2.5.x releases are only provided for a short period to give users some time to migrate to 2.6. For details see SupportedVersions. 41 43 42 44 To test OpenVPN beta releases, the [https://copr.fedorainfracloud.org/coprs/dsommers/openvpn-beta/ dsommers/openvpn-beta Copr repository] contains builds for all recent Fedora, Red hat Enterprise Linux and CentOS/CentOS Stream releases.