User Tools

Site Tools


doc:installation:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
doc:installation:start [2013/03/10 16:29]
morty Put all install-stuff onte a single page
doc:installation:start [2018/12/14 10:45] (current)
sunweaver [Clients]
Line 1: Line 1:
 +====== Installing X2Go ======
  
-====== Installation X2Go Client ====== +X2Go consists of several componentsMost of them have to be installed server-side.
-===== Windows ===== +
-==== Quick === +
-[[http://code.x2go.org/releases/binary-win32/x2goclient | Download X2Go for MS Windows™]] and install.+
  
-==== Detailed === +===== Clients =====
-Download latest [[http://code.x2go.org/releases/binary-win32/x2goclient/|x2goclient for Windows]] and install. Administrator rights required.+
  
-:!: Versions prior to 3.99.0.2 may have problems connecting to x2goserver if an antivirus product is installed on the client (even if it is disabled/inactive). If you cannot use 3.99.0.2 or later, try using [[http://code.x2go.org/releases/binary-win32/x2goclient/pre-git/x2goclient-3.01-13-setup.exe|version 3.01-13]].+The clients of X2Go need to be installed on machines that shall access remote machines running X2Go Server.
  
-:!The Windows installer is based on Nullsoft and thus can be called with "/S" (case-sensitive) to perform a silent installation.+  * [[doc:installation:x2goclient| X2Go Client]] -- based on Qt5 
 +  * [[doc:installation:pyhoca-gui|PyHoca-GUI]] -- wxPython based system tray applet 
 +  * [[doc:installation:pyhoca-cli|PyHoca-CLI]] -- X2Go command line client (CLI) written in Python
  
-===== Apple/Mac ===== 
  
-[[http://code.x2go.org/releases/binary-macosx/x2goclient | Download X2Go for MacOS X™]] +===== Server and Components =====
- +
- +
-===== Ubuntu / Debain ===== +
-==== Quick ==== +
- +
-X2Go Client is part of Ubuntu 12.04 and 12.10 as well as Debian Wheezy. Install it using the software center or by following command: +
- +
-<code bash> +
-apt-get install x2goclient +
-</code> +
- +
-==== Detailed ==== +
- +
-The ''x2goclient'' package will install x2goclient on your GNU/Linux system and will make sure, that every needed package will be installed as dependency. +
- +
-<code bash> +
-aptitude install x2goclient +
-</code> +
- +
-You can now start X2goClient by typing ''x2goclient'' at the command-line or you'll find it inside the "Internet" section of your menu inside your graphical desktop environment. +
- +
-If your version does not include x2go or you want to try that latest builds (it always takes some time until a new version arrives in the official repositories) you can add our repositories: +
- +
-  * [[wiki:x2go-repository-debian| Adding the X2Go repo to Debian GNU/Linux]] +
-  * [[wiki:x2go-repository-ubuntu| Adding the X2Go repo to Ubuntu GNU/Linux]] +
- +
- +
-===== Redhat ===== +
-You need to add our repository to yum: +
- +
-* [[wiki:x2go-repository-redhat|Redhat GNU/Linux]] +
- +
- +
- +
-===== GNU/Linux with installation from source tarball ===== +
- +
-The sources of this X2Go component are available as [[http://code.x2go.org/releases/source/x2goclient | source tarballs]]. +
- +
- +
- +
- +
-===== Fedora ===== +
- +
-**Warning:** This is not a supported installation. Do **NOT** expect any support from the developers of x2go, Fedora or Mandriva. +
- +
-There are currently no Fedora packages for X2Go, but there are packages for Mandriva. For this installation all packages were downloaded from http://www.pbone.net. +
- +
-  - Start a terminal, go to a suitable folder, e g Download. +
-  - Download packages for Mandriva (versions/file names may have changed):<code bash>wget ftp://ftp.pbone.net/mirror/ftp.mandrivauser.de/rpm/GPL/2010.1/i586/release/x2goclient-3.01-3mud2010.1.i586.rpm +
-wget ftp://ftp.pbone.net/mirror/ftp.mandrivauser.de/rpm/GPL/2010.1/i586/release/x2goclient-cli-3.0.1-3mud2010.1.noarch.rpm +
-wget ftp://ftp.pbone.net/mirror/carroll.cac.psu.edu/pub/linux/distributions/mandrakelinux/devel/cooker/i586/media/contrib/release/nxproxy-3.3.0-3mdv2010.1.i586.rpm +
-wget ftp://ftp.pbone.net/mirror/carroll.cac.psu.edu/pub/linux/distributions/mandrakelinux/devel/cooker/i586/media/contrib/release/libxcomp3-3.3.0-3mdv2010.1.i586.rpm +
-wget ftp://ftp.pbone.net/mirror/carroll.cac.psu.edu/pub/linux/distributions/mandrakelinux/devel/cooker/i586/media/main/release/libjpeg8-1.1.1-1-mdv2011.0.i586.rpm</code> +
-  - Install most of the packages with yum (automatically solves dependencies):<code bash>sudo yum install nxproxy-3.3.0-3mdv2010.1.i586.rpm libxcomp3-3.3.0-3mdv2010.1.i586.rpm libjpeg8-1.1.1-1-mdv2011.0.i586.rpm perl perl-Proc-Simple perl-Term-ReadPassword qt qt-x11</code> +
-  - Install packages with unmet dependecies ("perl-base" in Mandriva, Fedora calls it "perl"):<code bash>sudo rpm -ivh --nodeps x2goclient-3.01-3mud2010.1.i586.rpm x2goclient-cli-3.0.1-3mud2010.1.noarch.rpm</code> +
- +
- +
-====== Installation X2Go (Server) ====== +
- +
-Please see [[wiki:components:x2goserver|X2go's Server Core]] for detailed documentation. +
- +
-  * [[wiki:x2goserver-install-redhat|Minimal x2gosever install guide for RHEL 6]] +
- +
-===== Ubuntu ===== +
- +
-You might have to install ''add-apt-repository'' first using: +
-<code bash> +
-sudo apt-get install python-software-properties +
-</code> +
- +
-<code bash> +
-sudo add-apt-repository ppa:x2go/stable +
-sudo apt-get update +
-sudo apt-get install x2goserver +
-</code>+
  
 +The core of every remote machine providing access via X2Go is the X2Go Server. All other components are add-on products for X2Go Servers and can optionally be installed (or left out).
  
 +  * [[doc:installation:x2goserver|X2Go Server]]
 +  * [[wiki:advanced:desktopbindings|X2Go Desktop Bindings]]
 +  * [[doc:installation:desktop-sharing|X2Go Desktop Sharing]]
 +  * [[doc:installation:printing|X2Go Client-Side Printing]]
 +  * [[doc:installation:x2gobroker|X2Go Session Broker]]
  
  
  
doc/installation/start.1362932955.txt.gz · Last modified: 2013/03/10 16:29 by morty