This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:x2go-repository-ubuntu [2012/01/11 07:32] sunweaver |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== X2Go packages for Ubuntu GNU/Linux ====== | ||
| - | |||
| - | Packages for Ubuntu are provided for several platforms (amd64/ | ||
| - | From our nightly-builds on Ubuntu Launchpad we regularly copy package to the Launchpad PPA: **'' | ||
| - | |||
| - | Before adding X2Go's Launchpad package repository to your APT system, please make sure that you use Ubuntu' | ||
| - | |||
| - | < | ||
| - | deb http:// | ||
| - | </ | ||
| - | |||
| - | ===== Add the X2Go repository on Launchpad to APT ===== | ||
| - | |||
| - | Use the following commands to add the '' | ||
| - | Before doing so, you might like to learn about [[https:// | ||
| - | |||
| - | Alternatively you can also use the Ubuntu [[https:// | ||
| - | |||
| - | < | ||
| - | $ sudo add-apt-repository ppa: | ||
| - | $ sudo apt-get update | ||
| - | </ | ||
| - | |||
| - | You might have to install '' | ||
| - | < | ||
| - | $ sudo apt-get install python-software-properties | ||
| - | </ | ||
| - | |||
| - | |||
| - | The X2Go related packages should now be listed calling: | ||
| - | < | ||
| - | $ apt-cache search x2go | ||
| - | </ | ||
| - | |||
| - | |||
| - | Congratulations, | ||
| - | |||
| - | |||
| - | ===== 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 '' | ||
| - | |||
| - | < | ||
| - | $ export http_proxy=http://< | ||
| - | $ export https_proxy=http://< | ||
| - | </ | ||