You can download the X2Go client for Windows at the following address:
http://wiki.x2go.org/doku.php/doc:installation:x2goclient#ms_windows
Procedure on Ubuntu 10.04 and 12.04 (as seen at http://wiki.x2go.org/doku.php/wiki:repositories:ubuntu):
sudo apt-get install python-software-properties sudo add-apt-repository ppa:x2go/stable sudo apt-get update sudo apt-get install x2goclient
Procedure on Ubuntu 14.04 and newer (as seen at http://wiki.x2go.org/doku.php/wiki:repositories:ubuntu):
sudo apt-get install software-properties-common sudo add-apt-repository ppa:x2go/stable sudo apt-get update sudo apt-get install x2goclient
Procedure on Debian Stable (as seen at http://wiki.x2go.org/doku.php/wiki:repositories:debian):
Put the following code in the file “/etc/apt/sources.list.d/x2go.list”
# X2Go Repository deb http://packages.x2go.org/debian stable main # X2Go Repository (sources) deb-src http://packages.x2go.org/debian stable main
Then type in a terminal:
su # root mode apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E apt-get update apt-get install -q -y --force-yes x2go-keyring && apt-get update apt-get install -q -y --force-yes x2goclient
You can download the X2Go client for Fedora at the following address:
http://wiki.x2go.org/doku.php/doc:installation:x2goclient#fedora
You can download the X2Go client for MacOS at the following address:
http://wiki.x2go.org/doku.php/doc:installation:x2goclient#macos_x