User Tools

Site Tools


wiki:repositories:suse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:repositories:suse [2016/11/02 04:11]
ionic Add actual content for the addition of our repositories.
wiki:repositories:suse [2017/12/12 08:17] (current)
ionic Add Saimaa ESR instructions.
Line 5: Line 5:
 Select one approach listed here, thus either the OBS SUSE X2Go instance repository, or our X2Go (Open-)SUSE repository and stick to it. Select one approach listed here, thus either the OBS SUSE X2Go instance repository, or our X2Go (Open-)SUSE repository and stick to it.
  
-<note warning>Currently, the OBS SUSE X2Go instance is stale. The packages are only being updated irregularly and support will likely not provided. This note will be removed once the situation changes. You are encouraged to use the X2Go package repository only for the time being.</note>+<note warning>Currently, the OBS SUSE X2Go instance is stale. The packages are only being updated irregularly and support will likely not be provided. This note will be removed once the situation changes. You are encouraged to use the X2Go package repository only for the time being.</note>
  
 Unreleased versions and unofficial (related to the Fedora project) release packages are only available directly from the X2Go project, follow the instructions in the [[#adding_the_x2go_repository_to_your_package_system|second section]] to configure your package manager for this. Unreleased versions and unofficial (related to the Fedora project) release packages are only available directly from the X2Go project, follow the instructions in the [[#adding_the_x2go_repository_to_your_package_system|second section]] to configure your package manager for this.
Line 12: Line 12:
  
 <code bash> <code bash>
-zypper ar obs://X11:RemoteDesktop:x2go/openSUSE_12.3 x2go+zypper ar obs://X11:RemoteDesktop:x2go/<distro-tag> x2go
 </code> </code>
  
-Substitute ''openSUSE_12.3'' by the tag for the distribution you are actually using. Available ones are: ''openSUSE_Factory'', ''openSUSE_12.2'', ''openSUSE_12.3'' and ''SLE_11'' (SLES 11 SP2).+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).
  
-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.+ 
 +==== Post-Addition Test ==== 
 + 
 +Now you can search for X2Go related packages that are now available for your system via ''zypper'':
  
 <code bash> <code bash>
-zypper in x2goclient+zypper search x2go
 </code> </code>
  
-[[doc:installation:x2goserver|Installation instructions for X2Go Server]] 
  
 ===== Adding the X2Go Repository to Your Package System ===== ===== Adding the X2Go Repository to Your Package System =====
Line 34: Line 36:
  
 <note important>Always replace ''<distro-version>'' with the numeric distribution version you are using. For OpenSUSE Leap, do **not** include the string ''leap''.</note> <note important>Always replace ''<distro-version>'' with the numeric distribution version you are using. For OpenSUSE Leap, do **not** include the string ''leap''.</note>
- +<note important>For OpenSUSE Tumbleweedreplace ''<distro-version>'' with the ''tumbleweed'' keywordOnly nightly builds are available for OpenSUSE Tumbleweed.</note>
-<note warning>The repositories will be reworked in due time. After the conversion, the (Open-)SUSE repositories will be in "native" susetags formatUntil then, adding the repositories might likely fail.</note>+
  
 === Release Version === === Release Version ===
Line 51: Line 52:
 zypper ar http://packages.x2go.org/opensuse/<distro-version>/extras x2go-extras 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/opensuse/<distro-version>/main x2go-release
 +</code>
 +
 +
 +=== Saimaa ESR Version ===
 +
 +== SLES/SLED ==
 +
 +<code bash>
 +zypper ar http://packages.x2go.org/sle/<distro-version>/extras x2go-extras
 +zypper ar http://packages.x2go.org/sle/<distro-version>/saimaa x2go-saimaa
 +</code>
 +
 +== OpenSUSE ==
 +
 +<code bash>
 +zypper ar http://packages.x2go.org/opensuse/<distro-version>/extras x2go-extras
 +zypper ar http://packages.x2go.org/opensuse/<distro-version>/saimaa x2go-saimaa
 </code> </code>
  
wiki/repositories/suse.1478059865.txt.gz · Last modified: 2016/11/02 04:11 by ionic