A page in your DokuWiki was added or changed. Here are the details: Date : 2013/12/28 17:09 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 Iceweasel/23.0 IP-Address : 79.207.210.167 Hostname : p4FCFD2A7.dip0.t-ipconnect.de Old Revision: --- New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:fedora Edit Summary: created User : sunweaver ====== X2Go Packages for Fedora GNU/Linux ====== ===== Adding the needed Fedora Repository to your system ===== To get started you'll need to configure your local system to access the official X2Go Fedora repository. Please keep in mind that this installation manual will guide you through the installation on a Fedora 20 system. The repository will basically offer you packages for i386 and amd64 architectures. Please add the file ''x2go.repo'' to the folder ''/etc/yum.repos.d/''. This can be done unsing preferred editor. <code bash> $ editor /etc/yum.repos.d/x2go.repo </code> Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Debian wheezy): <file - x2go.repo> [x2go-releases] name=Upstream X2Go Packages (released versions) baseurl=http://packages.x2go.org/fedora/20/main/$basearch gpgcheck=0 enabled=1 protect=0 </file> **Note:** If you have not got a folder ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''. Please perform an update of your APT package database: <code bash> $ apt-get update </code> After the update you should be able to access the X2Go packages via the apt command family. As a first action you should install our ''x2go-keyring package and refresh the apt cache: <code bash> $ apt-get install x2go-keyring && apt-get update </code> Now you can search for X2Go related package that are now available for your APT system: <code bash> $ apt-cache search x2go </code> Congratulations, you are now able to access the X2Go packages. You may continue by installing x2goserver, x2goclient or pyhoca-gui or any other of the available packages. -- This mail was generated by DokuWiki at http://wiki.x2go.org/