A page in your DokuWiki was added or changed. Here are the details: Date : 2016/10/04 10:08 Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0 IP-Address : 178.162.222.41 Hostname : 178.162.222.41.adsl.inet-telecom.org Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:epel?rev=1475572746 New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:epel Edit Summary: Update our repository section and merge with wiki:repositories:redhat. User : ionic @@ -21,22 +21,29 @@ ===== Adding the X2Go Repository to your Package System ===== <note>For unsupported, archived EPEL versions, please refer to [[wiki:repositories:archives:EPEL]].</note> - Add the file ''x2go.repo'' to the folder ''/etc/yum.repos.d/''. - This can be done using by your preferred editor. - + Download the .repo file and save it to the correct location: <code bash> - $ editor /etc/yum.repos.d/x2go.repo + wget -O /etc/yum.repos.d/x2go.repo \ + http://packages.x2go.org/epel/x2go.repo </code> - A sample content for this file can be found here, with the original information on [[http://packages.x2go.org/epel/x2go.repo]]. Be sure to **edit** this example to match your needs, mostly the ''enabled'' key. ''source''-tagged repositories are only needed if you intend to build packages from source, while ''extras''-labeled repositories are always needed. By default, the ''release''-labeled binaries repository is enabled, while the ''nightly''-labeled binaries repository is disabled. If you want to try newer, unreleased software, disable the ''release''-labeled binaries repository and enable the ''nightly''-labeled binaries repository. + For reference, the file will also be inlined here, with the original information being available on [[http://packages.x2go.org/epel/x2go.repo]]: {{url>http://packages.x2go.org/epel/x2go.repo 720px|EPEL X2Go repository definition file}} + + Edit this file with your preferred editor. + + <code bash> + $ editor /etc/yum.repos.d/x2go.repo + </code> + + Be sure to **edit** this example to match your needs, mostly the ''enabled'' key. ''source''-tagged repositories are only needed if you intend to build packages from source, while ''extras''-labeled repositories are always needed. By default, the ''release''-labeled binaries repository is enabled, while the ''nightly''-labeled binaries repository is disabled. If you want to try newer, unreleased software, disable the ''release''-labeled binaries repository and enable the ''nightly''-labeled binaries repository. ===== Mirroring this Repository ===== The packages in this repository can be mirrored via ''rsync'': <code> rsync -avP packages.x2go.org::epel </dest/path/of/local/mirror/epel> </code> -- This mail was generated by DokuWiki at http://wiki.x2go.org/