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

Next revision
Previous revision
wiki:x2go-repository-debian [2011/10/25 19:39]
h1 created
wiki:x2go-repository-debian [2013/03/12 20:13]
sunweaver removed
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 =====
  
-To get started you'll need to configure your local system to access the official X2go Debian repository. Please keep in mind that this installation manual will guide you through the installation on a Debian Lenny system. The repository will offer you packages for i386amd64 and powerpc architectures.  +To get started you'll need to configure your local system to access the official X2Go Debian repository. Please keep in mind that this installation manual will guide you through the installation on a Debian squeeze (wheezy, sid) system. The repository will basically offer you packages for i386 and amd64 architectures.
-Commands printed inside the yellow 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: +
  
-<code> +__Exceptions:__ 
-su+ 
 +  * **Debian lenny:** X2Go server-side packages will be backported in irregular intervals till Debian lenny will loose its ''oldstable'' declaration. No nightly-builds for Debian lenny, though. Neither client-side packages. 
 +  * **ARM architecture:** for Debian squeeze on ARM-based (Debian/armel) devices we provide client-side packages (x2goclient, pyhoca-gui, pyhoca-cli plus dependencies). No nightly-builds, no server packages, though. 
 + 
 +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 bash
 +su 
 +</code> 
 +or 
 +<code bash> 
 +sudo -s
 </code> </code>
  
-The following commands will ensure that your system will be able to work with the repository key: 
  
-<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... 
-# gpg --keyserver pool.sks-keyservers.net --recv-keys C509840B96F89133 + 
-# gpg -a --export C509840B96F89133 | apt-key add +<code bash
 +$ apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
 </code> </code>
  
-Please edit the file /etc/apt/sources.list with your preferred editor (in this example “vi”) and add the X2go repository as a new line: 
  
-<code> +Please add the file ''x2go.list'' to the folder ''/etc/apt/sources.list.d/''
-# vi /etc/apt/sources.list+This can be done unsing preferred editor (in this example ''nano''). 
 + 
 +<code bash
 +$ 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):
-//Dark blue boxes like the one below will show you the content of text files//.+
  
-<file> +<file - x2go.list
-X2go Repository +X2Go Repository 
-deb http://x2go.obviously-nice.de/deb/ lenny main+deb http://packages.x2go.org/debian squeeze main 
 +# X2Go Repository (sources) 
 +deb-src http://packages.x2go.org/debian squeeze main
 </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''
-apt-get update+ 
 + 
 +Please perform an update of your APT package database: 
 + 
 +<code bash> 
 +$ apt-get update 
 +</code> 
 + 
 +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 bash
 +$ apt-get install x2go-keyring && apt-get update
 </code> </code>
  
-After the update you should be able to access the x2go packages via the apt command:+Now you can search for X2Go related package that are now available for your APT system:
  
-<code> +<code bash
-apt-cache search x2go+apt-cache search x2go
 </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.