User Tools

Site Tools


wiki:x2go-repository-redhat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:x2go-repository-redhat [2012/06/06 08:39]
burnce
wiki:x2go-repository-redhat [2013/03/12 20:46]
sunweaver removed
Line 1: Line 1:
 ====== X2Go Packages for Redhat GNU/Linux ====== ====== X2Go Packages for Redhat GNU/Linux ======
-===== Adding the Open Build Service Repo for x2go =====+===== Adding the Open Build Service Repo for X2Go =====
  
 +Download the repo file and move it to the correct location:
 +<code bash>
 +wget http://download.opensuse.org/repositories/X11:/RemoteDesktop:/x2go/RHEL_6/X11:RemoteDesktop:x2go.repo
 +sudo cp X11:RemoteDesktop:x2go.repo /etc/yum.repos.d/x2go.repo
 +</code>
  
 +**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.
  
-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. +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.
- +
- +
-===== Minimal install guide for RHEL 6 ===== +
-==== Activating Optional Channels for RHEL ==== +
- +
-Check that you have activated the "optional" channel: +
-<code> +
-$ sudo rhn-channel -l +
-</code> +
- +
-If the optional channel for your base channel is not active, activate it. e.g.: +
-<code> +
-$ sudo rhn-channel --add -c rhel-x86_64-server-optional-6 +
-</code>+
  
 +[[doc:installation:x2goserver#rhel_6|Installation instructions for X2Go Server]]