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
Next revision Both sides next revision
wiki:x2go-repository-ubuntu [2011/11/03 04:30]
morty aptitude -> apt. Sudo, so wie es auch in allen anderen ubuntu-dokus ist.
wiki:x2go-repository-ubuntu [2012/12/18 17:32]
watson
Line 1: Line 1:
-====== X2go packages for Ubuntu GNU/Linux ====== +This is Watson Mark i am from King University London United KingdomThis is really good to tell you that i am just near to complete my technical writing certificate which was two years diplomaThrough my duration i really appreciate all of my teachers because i have learn a lot form them about what is best [[http://www.topeditingservices.com/proofreadingpalcom_review/ | proofreadingpal]], content writing ...etc
-Packages for Ubuntu are provided for several platforms (amd64/i386, lucid/maverick/natty/oneiric) +
-From our nightly-builds on Ubuntu Launchpad we regularly copy package to the Launchpad PPA:  **ppa:x2go/stable**. +
- +
-Use the follwing 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> +
- +
-The x2go packages should now be listed calling: +
-<code> +
-$ sudo 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.  +
- +
- +
-===== 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> +