User Tools

Site Tools


wiki:installing_x2goserver_tarball

This is an old revision of the document!


X2goServer Installation from Tarball

Installation

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:

  • runtime dependencies:
    • lsof
    • openssh-client
    • openssh-server
    • libconfig-simple-perl
    • makepasswd
    • libdbd-pg-perl
    • libdbd-sqlite3-perl
    • xauth

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.

Uninstallation

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.

wiki/installing_x2goserver_tarball.1313348870.txt.gz ยท Last modified: 2013/03/08 13:31 (external edit)