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 [2011/11/03 04:35] morty additional information |
— (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: **'' | ||
| - | |||
| - | 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 packages should now be listed calling: | ||
| - | < | ||
| - | $ apt-cache search x2go | ||
| - | </ | ||
| - | |||
| - | |||
| - | Congratulations, | ||
| - | |||
| - | |||
| - | ===== 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://< | ||
| - | </ | ||