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:30] morty aptitude -> apt. Sudo, so wie es auch in allen anderen ubuntu-dokus ist. |
— (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: **ppa: | ||
| - | |||
| - | Use the follwing commands to add the ppa: | ||
| - | 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 | ||
| - | </ | ||
| - | |||
| - | The x2go packages should now be listed calling: | ||
| - | < | ||
| - | $ sudo 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://< | ||
| - | </ | ||