This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
wiki:x2go-repository-ubuntu [2013/03/12 20:44] sunweaver removed |
— (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:// | ||
| - | |||
| - | You might have to install '' | ||
| - | <code bash> | ||
| - | sudo apt-get install python-software-properties | ||
| - | </ | ||
| - | Also if you are running a Ubuntu {Desktop, | ||
| - | <code bash> | ||
| - | sudo apt-get install software-properties-common python-software-properties | ||
| - | </ | ||
| - | |||
| - | Afterwards you can add our ppa: | ||
| - | |||
| - | <code bash> | ||
| - | sudo add-apt-repository ppa: | ||
| - | sudo apt-get update | ||
| - | </ | ||
| - | |||
| - | |||
| - | The X2Go related packages should now be listed calling: | ||
| - | <code bash> | ||
| - | 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 '' | ||
| - | |||
| - | <code bash> | ||
| - | export http_proxy=http://< | ||
| - | export https_proxy=http://< | ||
| - | </ | ||
| - | |||
| - | |||
| - | |||