[X2go-Commits] page changed: wiki:x2go-repository-debian

wiki-admin at x2go.org wiki-admin at x2go.org
Sun Mar 10 18:57:32 CET 2013


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2013/03/10 17:57
Browser     : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address  : 93.104.156.228
Hostname    : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/wiki:x2go-repository-debian?rev=1362749499
New Revision: http://wiki.x2go.org/doku.php/wiki:x2go-repository-debian
Edit Summary: Cleanup - move to apt-get as aptitude is not installed by default
User        : morty

@@ -9,50 +9,60 @@
    * **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>
- $ su -
+ <code bash>
+ su -
  </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...
  
- <code>
- $ apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
+ <code bash>
+ apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
  </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>
- $ vim
/etc/apt/sources.list.d/x2go.list
+ <code bash>
+ nano /etc/apt/sources.list.d/x2go.list
  </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
  deb http://packages.x2go.org/debian squeeze main
  # X2Go Repository (sources)
  deb-src http://packages.x2go.org/debian squeeze main
  </file>
+ 
+ 
+ **Note:** If you have not got a folder ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.
+ 
  
  Please perform an update on your debian package database:
  
- <code>
- $ aptitude update
+ <code bash>
+ apt-get update
  </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:
  
- <code>
- $ aptitude install x2go-keyring && aptitude
update
+ <code bash>
+ 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>
- $ aptitude search x2go
+ <code bash>
+ 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/




More information about the x2go-commits mailing list