This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:obsolete:lenny-complete-edition [2010/03/10 20:51] romy |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Installation ==== | ||
- | === 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 i386, amd64 and powerpc 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, | ||
- | |||
- | < | ||
- | # su | ||
- | </ | ||
- | |||
- | The following commands will ensure that your system will be able to work with the repository key: | ||
- | |||
- | < | ||
- | # gpg --keyserver wwwkeys.eu.pgp.net --recv-keys C509840B96F89133 | ||
- | # gpg -a --export C509840B96F89133 | apt-key add - | ||
- | </ | ||
- | |||
- | Please edit the file / | ||
- | |||
- | < | ||
- | # vi / | ||
- | </ | ||
- | |||
- | Dark blue boxes like the one below will show you the content of text files. In this case the lines which have to be added to “/ | ||
- | |||
- | < | ||
- | # X2go Repository | ||
- | deb http:// | ||
- | </ | ||
- | |||
- | Please perform an update on your debian package database: | ||
- | |||
- | < | ||
- | # apt-get update | ||
- | </ | ||
- | |||
- | After the update you should be able to access the x2go packages via the apt command: | ||
- | |||
- | < | ||
- | # apt-cache search x2go | ||
- | </ | ||
- | |||
- | Congratulations, |