A page in your DokuWiki was added or changed. Here are the details: Date : 2013/03/10 16:29 Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0 IP-Address : 93.104.156.228 Hostname : ppp-93-104-156-228.dynamic.mnet-online.de Old Revision: http://wiki.x2go.org/doku.php/doc:installation:start?rev=1362931714 New Revision: http://wiki.x2go.org/doku.php/doc:installation:start Edit Summary: Put all install-stuff onte a single page User : morty @@ -1,37 +1,75 @@ - ====== Installation X2Go (Client) ====== + ====== Installation X2Go Client ====== ===== Windows ===== - [[http://code.x2go.org/releases/binary-win32/x2goclient | Download X2Go for MS Windows™]] + ==== Quick === + [[http://code.x2go.org/releases/binary-win32/x2goclient | Download X2Go for MS Windows™]] and install. - Further information can be found on the [[wiki:components:x2goclient#ms_windows1|X2Go Client Installation]] page + ==== Detailed === + 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 Windows installer is based on Nullsoft and thus can be called with "/S" (case-sensitive) to perform a silent installation. ===== Apple/Mac ===== [[http://code.x2go.org/releases/binary-macosx/x2goclient | Download X2Go for MacOS X™]] - - visit Our [[:wiki:development:build-howto-macos:x2goclient|Wiki Page]] for further information. - - ===== 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> - Please see the detailed documentation on how to get the latest version of x2go or x2go for older releases: [[wiki:x2go-repository-ubuntu | Ubuntu ]] or [[wiki:x2go-repository-debian | Debian]]. + + ==== 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 ===== - Please see the detailed information: - [[wiki:components:x2goclient]] + **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) ====== @@ -50,10 +88,9 @@ sudo add-apt-repository ppa:x2go/stable sudo apt-get update sudo apt-get install x2goserver </code> - -- This mail was generated by DokuWiki at http://wiki.x2go.org/