A page in your DokuWiki was added or changed. Here are the details: Date : 2013/03/11 12:28 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1 IP-Address : 46.142.155.137 Hostname : 137-155-142-46.pool.kielnet.net Old Revision: http://wiki.x2go.org/doku.php/wiki:x2go-repository-debian?rev=1363004887 New Revision: http://wiki.x2go.org/doku.php/wiki:x2go-repository-debian Edit Summary: User : sunweaver @@ -21,17 +21,17 @@ 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 bash> - apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E + $ apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E </code> 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 bash> - nano /etc/apt/sources.list.d/x2go.list + $ editor /etc/apt/sources.list.d/x2go.list </code> Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Debian squeeze): @@ -48,21 +48,21 @@ Please perform an update of your APT package database: <code bash> - apt-get update + $ 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 + $ apt-get install x2go-keyring && apt-get update </code> Now you can search for X2go related package that are now available for your APT system: <code bash> - apt-cache search x2go + $ apt-cache search x2go </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. -- This mail was generated by DokuWiki at http://wiki.x2go.org/