Changes between Version 4 and Version 5 of UnofficialOpenvpnSoftwareRepos


Ignore:
Timestamp:
10/28/20 13:35:19 (3 years ago)
Author:
David Sommerseth
Comment:

Removed Fedora EPEL/Copr, moved to official repos docs

Legend:

Unmodified
Added
Removed
Modified
  • UnofficialOpenvpnSoftwareRepos

    v4 v5  
    1111These RPMs are for testing only, not for production. Their author has tested them on RHEL 5, CentOS 6 and OpenSuse 11.4 but YMMV, but no guarantees of proper functioning is given.
    1212
    13 = EPEL repository =
    14 
    15 For Red Hat Enterprise Linux and clones, follow the [https://fedoraproject.org/wiki/EPEL Fedora EPEL guide] on how to install the EPEL repository.  Scientific Linux have a helper packages already handy which can be installed using `yum install yum-conf-epel`.  CentOS might have a similar package too. Fedora has recent enough OpenVPN version in its default repositories so setting up EPEL is not required.
    16 
    17 Once the repository is setup installing OpenVPN is easy:
    18 
    19 {{{
    20    [root@host:~]# yum install openvpn
    21 }}}
    22 
    23 On Fedora releases using `dnf`, it is equally simple:
    24 
    25 {{{
    26    [root@host:~]# dnf install openvpn
    27 }}}
    28 
    29 All packages in the Fedora repositories are signed by the official Fedora keys.
    30 
    31 
    32 = Fedora Copr repositories =
    33 
    34 Development builds and beta releases for **Fedora**, **Red Hat Enterprise Linux** and **CentOS** are made available via Fedora Copr repositories.  To use these repositories, the yum-plugin-copr module must be installed first.
    35 
    36 
    37 == Beta releases ==
    38 
    39 This repository will only be used during the pre-release phase (beta, release candidates) of OpenVPN, like OpenVPN 2.5_beta releases.  Once the final stable release is done, this repository will not be updated until the next pre-release phase.  Packages in this repository may disappear some time after the final first stable releases.
    40 
    41 {{{
    42    [root@host:~]# yum copr enable dsommers/openvpn-beta
    43    [root@host:~]# yum install openvpn
    44 }}}
    45 
    46 More information about this repository: https://copr.fedorainfracloud.org/coprs/dsommers/openvpn-beta/
    47 
    48 
    49 == Development builds ==
    50 
    51 The builds in this repository contains bleeding edge development code, built straight from the [https://gitlab.com/openvpn/openvpn/-/commits/master git master branch].  Code in the master branch is what will end up in the next major release of OpenVPN.
    52 
    53 {{{
    54    [root@host:~]# yum copr enable dsommers/openvpn-git
    55    [root@host:~]# yum install openvpn
    56 }}}
    57 
    58 More information about this repository: https://copr.fedorainfracloud.org/coprs/dsommers/openvpn-git/
    59 
    6013
    6114= Repoforge =