User Tools

Site Tools


wiki:repositories:redhat

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
wiki:repositories:redhat [2013/03/12 20:47]
sunweaver created
wiki:repositories:redhat [2013/10/22 12:53]
mikedep333 Fedora 17 no longer available on OBS (F17 is EOL)
Line 2: Line 2:
 ===== 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:+Download the .repo file and save it to the correct location:
 <code bash> <code bash>
-wget http://download.opensuse.org/repositories/X11:/RemoteDesktop:/x2go/RHEL_6/X11:RemoteDesktop:x2go.repo +wget -O /etc/yum.repos.d/x2go.repo \ 
-sudo cp X11:RemoteDesktop:x2go.repo /etc/yum.repos.d/x2go.repo+ http://download.opensuse.org/repositories/X11:/RemoteDesktop:/x2go/RHEL_6/X11:RemoteDesktop:x2go.repo
 </code> </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.+Substitute ''RHEL_6'' by the tag for the distribution you are actually using. Available ones are: ''Fedora_18'', ''RHEL_5'' and ''RHEL_6''. Note that not all of X2Go is 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.
  
 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.
  
 [[doc:installation:x2goserver#rhel_6|Installation instructions for X2Go Server]] [[doc:installation:x2goserver#rhel_6|Installation instructions for X2Go Server]]