User Tools

Site Tools


wiki:repositories:fedora

This is an old revision of the document!


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.

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

Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Debian wheezy):

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

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:

$ apt-get update

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:

$ apt-get install x2go-keyring && apt-get update

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

$ apt-cache 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.

wiki/repositories/fedora.1388250550.txt.gz · Last modified: 2013/12/28 17:09 by sunweaver