This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
wiki:installing_x2goserver_tarball [2011/05/18 22:57] sunweaver created |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== X2goServer from tarball ====== | ||
| - | |||
| - | ===== Installation ===== | ||
| - | |||
| - | 1. | ||
| - | Download the latest x2goserver tarball from http:// | ||
| - | |||
| - | 2. | ||
| - | Make sure you have read these wiki pages / installed recommended software / development libraries: | ||
| - | |||
| - | * [[install x2goagent from tarball]] | ||
| - | * 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_< | ||
| - | $ cd x2goserver_< | ||
| - | </ | ||
| - | |||
| - | 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 '' | ||
| - | |||
| - | ===== Uninstallation ===== | ||
| - | |||
| - | For uninstallation please refer to the '' | ||