User Tools

Site Tools


wiki:repositories:fedora

This is an old revision of the document!


X2Go Packages for Fedora GNU/Linux

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.

Adding this Repository to you Package System

Please add the file x2go.repo to the folder /etc/yum.repos.d/. This can be done by using your preferred editor.

$ editor /etc/yum.repos.d/x2go.repo

Then add the X2Go repository to your YUM setup:

x2go.repo
[x2go-releases]
name=Upstream X2Go Packages (release builds)
baseurl=http://packages.x2go.org/fedora/20/main/$basearch
gpgcheck=0
enabled=1
protect=0

#[x2go-nightly]
#name=Upstream X2Go Packages (nightly builds)
#baseurl=http://packages.x2go.org/fedora/20/main/$basearch
#gpgcheck=0
#enabled=1
#protect=0

Now you can search for X2Go related package that are now available for your system via YUM:

$ yum search x2go

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.

Mirroring this Repository

The packages in this repository can be mirrored via rsync:

rsync -avP packages.x2go.org::fedora </dest/path/of/local/mirror/fedora>
wiki/repositories/fedora.1389956159.txt.gz · Last modified: 2014/01/17 10:55 by sunweaver