Select one approach listed here, thus either the OBS SUSE X2Go instance repository, or our X2Go (Open-)SUSE repository and stick to it.
Unreleased versions and unofficial (related to the Fedora project) release packages are only available directly from the X2Go project, follow the instructions in the second section to configure your package manager for this.
zypper ar obs://X11:RemoteDesktop:x2go/<distro-tag> x2go
Substitute <distro-tag>
by the tag for the distribution you are actually using. Available ones are: openSUSE_Tumbleweed
, openSUSE_13.1
, openSUSE_13.2
, openSUSE_Leap_42.1
, openSUSE_Leap_42.2
, openSUSE_Leap_42.3
, SLE_11
(SLES 11 SP2) and SLE_12
(SLES 12).
Now you can search for X2Go related packages that are now available for your system via zypper
:
$ zypper search x2go
Depending on whether you want to use a stable or nightly version and upon your system, choose one of the multiple options provided here.
<distro-version>
with the numeric distribution version you are using. For OpenSUSE Leap, do not include the string leap
.
<distro-version>
with the tumbleweed
keyword. Only nightly builds are available for OpenSUSE Tumbleweed.
zypper ar http://packages.x2go.org/sle/<distro-version>/extras x2go-extras zypper ar http://packages.x2go.org/sle/<distro-version>/main x2go-release
zypper ar http://packages.x2go.org/opensuse/<distro-version>/extras x2go-extras zypper ar http://packages.x2go.org/opensuse/<distro-version>/main x2go-release
zypper ar http://packages.x2go.org/sle/<distro-version>/extras x2go-extras zypper ar http://packages.x2go.org/sle/<distro-version>/saimaa x2go-saimaa
zypper ar http://packages.x2go.org/opensuse/<distro-version>/extras x2go-extras zypper ar http://packages.x2go.org/opensuse/<distro-version>/saimaa x2go-saimaa
zypper ar http://packages.x2go.org/sle/<distro-version>/extras x2go-extras zypper ar http://packages.x2go.org/sle/<distro-version>/heuler x2go-nightly
zypper ar http://packages.x2go.org/opensuse/<distro-version>/extras x2go-extras zypper ar http://packages.x2go.org/opensuse/<distro-version>/heuler x2go-nightly
Now you can search for X2Go related packages that are now available for your system via zypper
:
$ zypper search x2go
Congratulations, you are now able to access the X2Go packages. You may continue by installing x2goserver-xsession
, x2goclient
or pyhoca-gui
or any other of the available packages.
The packages in these repositories can be mirrored via rsync
.
For SLES/SLED packages, use:
rsync -avP packages.x2go.org::sle </dest/path/of/local/mirror/sle>
For OpenSUSE packages, use:
rsync -avP packages.x2go.org::opensuse </dest/path/of/local/mirror/opensuse>