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

wiki-admin at x2go.org wiki-admin at x2go.org
Sun Mar 10 19:06:02 CET 2013


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

Date        : 2013/03/10 18:06
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-ubuntu?rev=1362749499
New Revision: http://wiki.x2go.org/doku.php/wiki:x2go-repository-ubuntu
Edit Summary: Cleanup
User        : morty

@@ -14,54 +14,43 @@
  Use the following commands to add the ''ppa:x2go/stable'' as a package source to your local system.
  Before doing so, you might like to learn about [[https://help.ubuntu.com/community/AptGet|apt-get]], [[https://help.ubuntu.com/community/RootSudo|sudo]] and [[https://help.ubuntu.com/community/Repositories/CommandLine#Adding_Launchpad_PPA_Repositories|ppa]]s
  
  Alternatively you can also use the Ubuntu [[https://help.ubuntu.com/community/Repositories/Ubuntu#Adding_PPAs | software center]].
- 
-
<code>
- $ sudo add-apt-repository ppa:x2go/stable
- $ sudo apt-get update
- </code>
  
  You might have to install ''add-apt-repository'' first using:
- <code>
- $ sudo apt-get install python-software-properties
+ <code bash>
+ sudo apt-get install python-software-properties
  </code>
- Also if you are running a Ubuntu {Desktop,Server} 12.10 system you will need to install this package too:
- <code>
- $ sudo apt-get install software-properties-common
+ Also if you are running a Ubuntu {Desktop,Server} 12.10 system you will need to install the ''software-properties-common'' package too:
+ <code bash>
+ sudo apt-get install software-properties-common python-software-properties
+ </code>
+ 
+ Afterwards you can add our ppa:
+ 
+ <code bash>
+ sudo add-apt-repository ppa:x2go/stable
+ sudo apt-get update
  </code>
  
  
  The X2Go related packages should now be listed calling:
- <code>
- $ apt-cache 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. 
  
  
- ===== General minimal guide/steps to install x2goserver on Ubuntu =====
  
- After adding the x2go PPA (see above) on your remote Ubuntu "desktop" server there are a few general steps to follow to install the x2goserver  for use.
+ ===== Behind a Proxy? =====
+ If you are on a site that uses a HTTP proxy to connect to websites on the internet, make sure you run the following commands first before adding the X2Go PPA to your APT package management system (replace ''my.proxy.server'' and ''my_proxy_port'' with your local site's proxy settings):
  
- Start a ssh terminal session with the remote Ubuntu server.
- 
- If you have not copied ssh keys (see x2go wiki section called **Advanced x2go Setups**) in order to use automatic login by user to the remote server without having to enter their password and instead you plan to require
remote users to enter both their UserID and Password on their x2go client then you will need to edit/modify ///etc/ssh/sshd_config// and change the entry for //ChallengeResponseAUthentication// from NO to YES then restart ssh (sudo /etc/init.d/ssh restart).
- 
- The next step is to install the primary x2goserver packages.
- 
- <code>
- $ sudo apt-get install x2goserver x2goserver-xsession
+ <code bash>
+ export http_proxy=http://<my.proxy.server>:<my_proxy_port>/
+ export https_proxy=http://<my.proxy.server>:<my_proxy_port>/
  </code>
  
  
  
- 
- ===== Behind a Proxy? =====
- If you are on a site that uses a HTTP proxy to connect to websites on the internet, make sure you run the following commands first before adding the X2Go PPA to your APT package management system (replace ''my.proxy.server'' and ''my_proxy_port'' with your local site's proxy settings):
- 
- <code>
- $ export http_proxy=http://<my.proxy.server>:<my_proxy_port>/
- $ export
https_proxy=http://<my.proxy.server>:<my_proxy_port>/
- </code>
  



-- 
This mail was generated by DokuWiki at
http://wiki.x2go.org/




More information about the x2go-commits mailing list