User Tools

Site Tools


wiki: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
wiki:x2go-repository-debian [2011/11/17 21:14]
sunweaver
wiki:x2go-repository-debian [2013/03/12 20:13]
sunweaver removed
Line 11: Line 11:
 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 bash
-su -+su -
 </code> </code>
 +or
 +<code bash>
 +sudo -s
 +</code>
 +
  
 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... 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 bash
-gpg --keyserver keys.gnupg.net --recv-keys E1F958385BFE2B6E +apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
-$ gpg -a --export E1F958385BFE2B6E | apt-key add - +
 </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 (binaries and sources) as a couple of new lines (example for Debian squeeze):+Please add the file ''x2go.list'' to the folder ''/etc/apt/sources.list.d/''
 +This can be done unsing preferred editor (in this example ''nano'').
  
-<code> +<code bash
-vim /etc/apt/sources.list.d/x2go.list+editor /etc/apt/sources.list.d/x2go.list
 </code> </code>
  
-In this case the lines which have to be added to “/etc/apt/sources.list” are:\\ +Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Debian squeeze):
  
-<file>+<file - x2go.list>
 # X2Go Repository # X2Go Repository
 deb http://packages.x2go.org/debian squeeze main deb http://packages.x2go.org/debian squeeze main
Line 38: Line 43:
 </file> </file>
  
-Please perform an update on your debian package database: 
  
-<code> +**Note:** If you have not got a folder ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''
-aptitude update+ 
 + 
 +Please perform an update of your APT package database: 
 + 
 +<code bash
 +apt-get update
 </code> </code>
  
-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:+After the update you should be able to access the X2Go packages via the apt command family. As a first action you should install our ''x2go-keyring package and refresh the apt cache:
  
-<code> +<code bash
-aptitude install x2go-keyring && aptitude update+apt-get install x2go-keyring && apt-get update
 </code> </code>
  
-Now you can search for X2go related package that are now available for your APT system:+Now you can search for X2Go related package that are now available for your APT system:
  
-<code> +<code bash
-aptitude search x2go+apt-cache search x2go
 </code> </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. 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.