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 Both sides next revision
wiki:repositories:redhat [2013/03/12 20:47]
sunweaver created
wiki:repositories:redhat [2013/03/26 02:31]
jengelh [Adding the Open Build Service Repo for X2Go]
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 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> </code>