User Tools

Site Tools


wiki:x2go-repository-ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:x2go-repository-ubuntu [2012/01/11 07:32]
sunweaver
wiki:x2go-repository-ubuntu [2013/03/12 20:44]
sunweaver removed
Line 17: Line 17:
 Alternatively you can also use the Ubuntu [[https://help.ubuntu.com/community/Repositories/Ubuntu#Adding_PPAs | software center]]. Alternatively you can also use the Ubuntu [[https://help.ubuntu.com/community/Repositories/Ubuntu#Adding_PPAs | software center]].
  
-<code> +You might have to install ''add-apt-repository'' first using: 
-sudo add-apt-repository ppa:x2go/stable +<code bash
-sudo apt-get update+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 the ''software-properties-common'' package too: 
 +<code bash> 
 +sudo apt-get install software-properties-common python-software-properties
 </code> </code>
  
-You might have to install ''add-apt-repository'' first using+Afterwards you can add our ppa: 
-<code> + 
-sudo apt-get install python-software-properties+<code bash
 +sudo add-apt-repository ppa:x2go/stable 
 +sudo apt-get update
 </code> </code>
  
  
 The X2Go related packages should now be listed calling: The X2Go related packages should now be listed calling:
-<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 x2goserver, x2goclient or pyhoca-gui or any other of the available packages.  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. 
 +
  
  
Line 40: Line 47:
 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): 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> +<code bash
-export http_proxy=http://<my.proxy.server>:<my_proxy_port>/ +export http_proxy=http://<my.proxy.server>:<my_proxy_port>/ 
-export https_proxy=http://<my.proxy.server>:<my_proxy_port>/+export https_proxy=http://<my.proxy.server>:<my_proxy_port>/
 </code> </code>
 +
 +
 +