Alongside with the instructions on the main (Open-)SUSE repository page, we provide a repository archive for archived X2Go (Open-)SUSE packages for deprecated (Open-)SUSE “releases”. These are provided in the state they were in after their last successful build. This repository is not updated at all, other than when a new (Open-)SUSE release version is deprecated.
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
.
zypper ar http://archives.packages.x2go.org/sle/<distro-version>/extras x2go-extras zypper ar http://archives.packages.x2go.org/sle/<distro-version>/main x2go-release
zypper ar http://archives.packages.x2go.org/opensuse/<distro-version>/extras x2go-extras zypper ar http://archives.packages.x2go.org/opensuse/<distro-version>/main x2go-release
zypper ar http://archives.packages.x2go.org/sle/<distro-version>/extras x2go-extras zypper ar http://archives.packages.x2go.org/sle/<distro-version>/saimaa x2go-saimaa
zypper ar http://archives.packages.x2go.org/opensuse/<distro-version>/extras x2go-extras zypper ar http://archives.packages.x2go.org/opensuse/<distro-version>/saimaa x2go-saimaa
zypper ar http://archives.packages.x2go.org/sle/<distro-version>/extras x2go-extras zypper ar http://archives.packages.x2go.org/sle/<distro-version>/heuler x2go-nightly
zypper ar http://archives.packages.x2go.org/opensuse/<distro-version>/extras x2go-extras zypper ar http://archives.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 archived 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 archives.packages.x2go.org::sle </dest/path/of/local/mirror/sle-archives>
For OpenSUSE packages, use:
rsync -avP archives.packages.x2go.org::opensuse </dest/path/of/local/mirror/opensuse-archives>