This is an old revision of the document!
1. Download the latest x2goserver tarball from http://code.x2go.org/releases/source/x2goserver
2. Make sure you have read these wiki pages / installed recommended software / development libraries:
Note: x2goserver is not dependent on perl-suid anymore (as Perl SUID has been removed from Perl >=5.12.x).
3. Extract the downloaded tarball and enter the extracted directory:
$ tar vzxf x2goserver_<version>.tar.gz $ cd x2goserver_<version>
4. Run the GNU/make command to install x2goserver, installation prefix will be /usr/local:
$ sudo make install
5. Post-installation
For an insight in basic post-installation procedures please take a look at the INSTALL
file in the x2goserver_<version>
base directory. The latest version of this INSTALL file can also be found in our Git repository.
For uninstallation please refer to the UNINSTALL
file in the x2goserver_<version>
base directory. The latest version of this UNINSTALL file can also be found in our Git repository.