Changes between Version 1 and Version 2 of UnofficialOpenvpnSoftwareRepos


Ignore:
Timestamp:
10/18/17 06:44:53 (7 years ago)
Author:
Samuli Seppänen
Comment:

Migrate EPEL repo instructions to the correct page

Legend:

Unmodified
Added
Removed
Modified
  • UnofficialOpenvpnSoftwareRepos

    v1 v2  
    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
     15For 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
     17Once the repository is setup installing OpenVPN is easy:
     18
     19{{{
     20   [root@host:~]# yum install openvpn
     21}}}
     22
     23On Fedora releases using `dnf`, it is equally simple:
     24
     25{{{
     26   [root@host:~]# dnf install openvpn
     27}}}
     28
     29All packages in the Fedora repositories are signed by the official Fedora keys.
     30
    1331= Repoforge =
    1432