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/10/17 18:55] h1 Page moved from adding_the_x2go_repository_ubuntu to wiki:adding_the_x2go_repository_ubuntu |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== X2go packages for Ubuntu GNU/Linux ====== | ||
| - | |||
| - | From our nightly-builds on Ubuntu Launchpad we regularly copy package to the Launchpad PPA: **ppa: | ||
| - | |||
| - | First, become your system' | ||
| - | |||
| - | < | ||
| - | $ sudo -i | ||
| - | </ | ||
| - | |||
| - | 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://< | ||
| - | </ | ||
| - | |||
| - | Now, please add the PPA mentioned below to your system for installing X2go on Ubuntu platforms (amd64/ | ||
| - | |||
| - | < | ||
| - | # if you followed the first step you should still be the system' | ||
| - | $ add-apt-repository ppa: | ||
| - | $ aptitude update | ||
| - | $ aptitude search x2go | ||
| - | $ ... | ||
| - | </ | ||
| - | |||
| - | Congratulations, | ||