A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/10/04 10:15
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=1475575931
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:epel
Edit Summary: Change link to the EPEL archives page to include the "Archives" keyword.
User : ionic
@@ -19,9 +19,9 @@
Congratulations, you are now able to access the X2Go packages. You may continue by installing x2goserver, x2goclient or pyhoca-gui or any other of the available packages.
===== Adding the X2Go Repository to your Package System =====
- <note>For unsupported, archived EPEL versions, please refer to [[wiki:repositories:archives:EPEL]].</note>
+ <note>For unsupported, archived EPEL versions, please refer to
[[wiki:repositories:archives:EPEL|EPEL Archives]].</note>
Download the .repo file and save it to the correct location:
<code bash>
wget -O /etc/yum.repos.d/x2go.repo \
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/10/04 10:13
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:redhat?rev=1475570764
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:redhat
Edit Summary: Remove page.
User : ionic
@@ -1,33 +1 @@
- ====== X2Go Packages for Redhat GNU/Linux ======
- <note important>Please select **one method only** and stick to it. Switching between our EPEL repository and the official EPEL repository will not be possible without first uninstalling all X2Go-related packages.</note>
-
- ===== Adding a Repository for X2Go =====
-
- ==== Adding Our EPEL Packages Repository ====
-
- Download the .repo file and save it to the correct location:
- <code bash>
- wget -O /etc/yum.repos.d/x2go.repo \
-
http://packages.x2go.org/epel/x2go.repo
- </code>
-
- Edit the file afterwards to select the repositories you need.
-
- As a rule of thumb: ''source'' repositories are never needed, unless you want to build packages from source. ''extras'' repositories are always needed.
-
- By default, the ''release'' repository is enabled and the ''nightly'' repository is disabled. If you want to use the ''nightly'' packages, disable the ''release'' repository and enable the ''nightly'' repository.
-
- Note that not all of X2Go may be provided for RHEL 5/6, as these distributions are very old and therefore more work-intensive to develop for.
-
- **Hint:** If you are behind a proxy, make sure the proxy is defined in ''/etc/yum.conf''. Standard yum repos do not use the same connection mechanisms as RHN channels.
-
- ==== Using the Official EPEL Packages Repository ====
-
- Install EPEL as [[https://fedoraproject.org/wiki/EPEL|outlined on the EPEL wiki page]].
-
- ===== Installing X2Go
Packages =====
-
- Congratulations, you are now able to access the X2Go packages. You may continue by installing ''x2goserver'', ''x2goclient'' or ''pyhoca-gui'' or any other of the available packages.
-
- [[doc:installation:x2goserver#rhel_6|Installation instructions for X2Go Server]]
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/10/04 10:12
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=1475575901
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:epel
Edit Summary: Change the **hint** section into a note.
User : ionic
@@ -43,13 +43,13 @@
By default, the ''release''-labeled repository is enabled and the ''nightly''-tagged repository is disabled. If you want to use the unreleased, more up-to-date packages, disable the ''release''-labeled repository and enable the ''nightly''-tagged repository.
Note that not all of X2Go may be provided for RHEL/EPEL 5/6, as these distributions are very old and therefore more work-intensive to develop for.
- **Hint:** If you are behind a proxy, make sure the proxy is
defined in ''/etc/yum.conf''. Standard yum repos do not use the same connection mechanisms as RHN channels.
+ <note>If you are behind a proxy, make sure the proxy is defined in ''/etc/yum.conf''. Standard yum repos do not use the same connection mechanisms as RHN channels.</note>
===== 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/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/10/04 10:11
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=1475575719
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:epel
Edit Summary: Merge in information from wiki:repositories:redhat.
User : ionic
@@ -37,13 +37,19 @@
<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.
+ As a rule of thumb: ''source''-labeled repositories are never needed, unless you want to build packages from source. ''extras''-tagged repositories are always needed.
+
+ By default, the ''release''-labeled repository is enabled and the ''nightly''-tagged repository is disabled. If you want to use the unreleased, more up-to-date packages, disable the ''release''-labeled repository and enable the ''nightly''-tagged repository.
+
+ Note that not all of X2Go may be provided for RHEL/EPEL 5/6, as these distributions are very old and therefore more work-intensive to develop for.
+
+ **Hint:** If you are behind a proxy, make sure the proxy is defined in ''/etc/yum.conf''. Standard yum repos do not use the same connection mechanisms as RHN channels.
===== 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/
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/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/10/04 09:19
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=1475572242
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:epel
Edit Summary: Move diversification instructions.
User : ionic
@@ -3,5 +3,7 @@
<note warning>Do not mix-and-match packages from the official EPEL repository with packages from the X2Go EPEL repository. Due to differing version number schemes, you will indefinitely run into problems. If you **really** need to switch between repositories, make sure to uninstall all X2Go packages first.</note>
+
+ Unreleased versions and unofficial (related to the EPEL project) release packages are only available directly from the X2Go project, follow the instructions in the
[[#adding_the_x2go_repository_to_your_package_system|second section]] to configure your package manager for this.
===== Using the Official EPEL Packages Repository =====
X2Go packages are provided by the Fedora EPEL project for RHEL and derivative distributions (e.g. CentOS and ScientificLinux). See [[http://fedoraproject.org/wiki/EPEL/FAQ#Using_EPEL|using EPEL]] for instructions on how to configure the EPEL repository.
@@ -14,10 +16,8 @@
$ yum search x2go
</code>
Congratulations, you are now able to access the X2Go packages. You may continue by installing x2goserver, x2goclient or pyhoca-gui or any other of the available packages.
-
- If you wish to install newer or test versions directly from the X2Go project, follow the instructions below in addition to configuring the EPEL repository.
===== Adding the X2Go Repository to your Package System =====
<note>For unsupported, archived EPEL versions, please refer to
[[wiki:repositories:archives:EPEL]].</note>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/10/04 09:10
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=1475572136
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:epel
Edit Summary: Make the mix-and-match note a warning and move to the top of the page. Restructure headlines slightly.
User : ionic
@@ -1,7 +1,9 @@
====== X2Go Packages for Redhat Enterprise Linux and derivatives ======
- ==== Using the Official EPEL Packages Repository ====
+ <note warning>Do not mix-and-match packages from the official EPEL repository with packages from the X2Go EPEL repository. Due to differing version number schemes, you will indefinitely run into problems. If you **really** need to switch between repositories, make sure to uninstall
all X2Go packages first.</note>
+
+ ===== Using the Official EPEL Packages Repository =====
X2Go packages are provided by the Fedora EPEL project for RHEL and derivative distributions (e.g. CentOS and ScientificLinux). See [[http://fedoraproject.org/wiki/EPEL/FAQ#Using_EPEL|using EPEL]] for instructions on how to configure the EPEL repository.
<note>The X2Go Project can not provide complete support for these packages. While the current downstream EPEL maintainer is part of the [[doc:organigram|X2Go development team]], X2Go developers generally do not have access to the official EPEL repository. Problems are best handled downstream.</note>
@@ -14,10 +16,8 @@
Congratulations, you are now able to access the X2Go packages. You may continue by installing x2goserver, x2goclient or pyhoca-gui or any other of the available packages.
If you wish to install newer or test versions directly from the X2Go project, follow the instructions below in addition to configuring the
EPEL repository.
-
- <note important>Do not mix-and-match packages from the official EPEL repository with packages from the X2Go EPEL repository. Due to differing version number schemes, you will indefinitely run into problems. If you **really** need to switch between repositories, make sure to uninstall all X2Go packages first.</note>
===== Adding the X2Go Repository to your Package System =====
<note>For unsupported, archived EPEL versions, please refer to [[wiki:repositories:archives:EPEL]].</note>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/10/04 09: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=1475571761
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:epel
Edit Summary: Add note regarding the official EPEL repository being unsupported by the X2Go team.
User : ionic
@@ -1,7 +1,11 @@
====== X2Go Packages for Redhat Enterprise Linux and derivatives ======
+
+ ==== Using the Official EPEL Packages Repository ====
X2Go packages are provided by the Fedora EPEL project for RHEL and derivative distributions (e.g. CentOS and ScientificLinux). See [[http://fedoraproject.org/wiki/EPEL/FAQ#Using_EPEL|using EPEL]] for instructions on how to configure the EPEL repository.
+
+ <note>The X2Go Project can not provide
complete support for these packages. While the current downstream EPEL maintainer is part of the [[doc:organigram|X2Go development team]], X2Go developers generally do not have access to the official EPEL repository. Problems are best handled downstream.</note>
Now you can search for X2Go related package that are now available for your system via YUM:
<code bash>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/10/04 09:02
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=1475569611
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:epel
Edit Summary: Whitespace only.
User : ionic
@@ -1,7 +1,7 @@
====== X2Go Packages for Redhat Enterprise Linux and derivatives ======
- X2Go packages are provided by the Fedora EPEL project for RHEL and derivative distributions (e.g. CentOS and ScientificLinux). See [[http://fedoraproject.org/wiki/EPEL/FAQ#Using_EPEL|using EPEL]] for instructions on how to configure the EPEL repository.
+ X2Go packages are provided by the Fedora EPEL project for RHEL and derivative distributions (e.g. CentOS and ScientificLinux). See
[[http://fedoraproject.org/wiki/EPEL/FAQ#Using_EPEL|using EPEL]] for instructions on how to configure the EPEL repository.
Now you can search for X2Go related package that are now available for your system via YUM:
<code bash>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/10/04 08:46
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:redhat?rev=1474622942
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:redhat
Edit Summary: Transform first paragraph into an important note.
User : ionic
@@ -1,7 +1,7 @@
====== X2Go Packages for Redhat GNU/Linux ======
- Please select **one method only** and stick to it. Switching between our EPEL repository and the official EPEL repository will not be possible without first uninstalling all X2Go-related packages.
+ <note important>Please select **one method only** and stick to it. Switching between our EPEL repository and the official EPEL repository will not be possible without first uninstalling all X2Go-related
packages.</note>
===== Adding a Repository for X2Go =====
==== Adding Our EPEL Packages Repository ====
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/