User Tools

Site Tools


news:adding_the_x2go_repository_debian

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
Next revision Both sides next revision
news:adding_the_x2go_repository_debian [2011/04/27 23:16]
sunweaver
news:adding_the_x2go_repository_debian [2011/05/18 10:54]
sunweaver
Line 1: Line 1:
-====== Installation ======+====== X2go Packages for Debian GNU/Linux ======
 ===== Adding the needed Debian Repository to your system ===== ===== Adding the needed Debian Repository to your system =====
  
Line 6: Line 6:
 Commands printed inside the grey boxes have to be entered in a command line client (please use /bin/bash as operating shell). Commands printed inside the grey boxes have to be entered in a command line client (please use /bin/bash as operating shell).
  
-Before starting to edit your system configuration, you'll need to add the needed GPG keys of the repository. Please switch to an user which has administrator privileges on your system in your preferred command line client: +Before starting to edit your system configuration, you'll need to add the needed GPG keys of the repository. Please switch to an user which has administrator privileges on your system in your preferred command line client:
  
 <code> <code>
-$ su+$ su -
 </code> </code>
  
-The following commands will ensure that your system will be able to work with the repository key:+The following commands will ensure that your system will be able to work with the repository archive key. We have also provided our archive key and the X2go maintainers' keys in a keyring package called ''x2go-keyring'' (see below). If you choose to install that package you can skip these first steps...
  
 <code> <code>
Line 19: Line 19:
 </code> </code>
  
-Please create and edit the file ''/etc/apt/sources.list.d/x2go.list'' with your preferred editor (in this example “vim”) and add the X2go repository as a new line (example for Debian squeeze):+ 
 +Please create and edit the file ''/etc/apt/sources.list.d/x2go.list'' with your preferred editor (in this example “vim”) and add the X2go repository (binaries and sources) as a couple of new lines (example for Debian squeeze):
  
 <code> <code>
Line 26: Line 27:
  
 In this case the lines which have to be added to “/etc/apt/sources.list” are:\\  In this case the lines which have to be added to “/etc/apt/sources.list” are:\\ 
-//Dark blue boxes like the one below will show you the content of text files//. 
  
 <file> <file>
Line 41: Line 41:
 </code> </code>
  
-After the update you should be able to access the X2go packages via the apt command:+After the update you should be able to access the X2go packages via the apt command. As a first action you should install our ''x2go-keyring package and refresh the apt cache: 
 + 
 +<code> 
 +$ aptitude install x2go-keyring && aptitude update 
 +</code> 
 + 
 +Now you can search for X2go related package that are now available for your APT system:
  
 <code> <code>
Line 47: Line 53:
 </code> </code>
  
-Congratulations, you are now able to access the x2go packages. You may continue by installing x2goclient, x2goserver-one or X2goserver.+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.