User Tools

Site Tools


wiki:installing_x2goserver_tarball

This is an old revision of the document!


X2goServer 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:

  • recommended on the client: pulseaudio
  • runtime dependencies:
    • perl-suid
    • lsof
    • openssh-client
    • openssh-server
    • libconfig-simple-perl
    • makepasswd
    • libdbd-pg-perl
    • libdbd-sqlite3-perl

3. Extract the downloaded tarball and enter the extracted directory:

$ tar vzcf x2goserver_<version>.tar.gz
$ cd x2goserver_<version>

4. Run the GNU/make command to install x2goserver, installation prefix will be /usr/local:

$ 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.1305759648.txt.gz ยท Last modified: 2013/03/08 13:31 (external edit)