====== Tarball releases ====== ===== Download ===== People who want to install X2Go from source resp. package X2Go for other distributions may be interested in our tarball releases. Please visit this URL to obtain tarballs (''.tar.gz''): https://code.x2go.org/releases/source or obtain code directly from out [[wiki:development:git|Git repository]]: https://git.x2go.org/ ===== Installation from Tarball ===== To install an X2Go project from a provided tarball release, please use the following commands: $ tar -vzcf . $ cd $ make && sudo make install By default the $PREFIX for installation is /usr/local, so basically your (e.g.) X2Go Client application will be found in /usr/local/bin if the above command series finishes successfully. Many code projects have an INSTALL file in their base project folder that contains extra instructions for the installation process. ===== Uninstallation ===== $ cd / $ sudo make uninstall Many code projects have an UNINSTALL file in their base project folder that contains extra instructions for the uninstallation process.