User Tools

Site Tools


wiki:repositories:archives:suse

Differences

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

Link to this comparison view

Next revision
Previous revision
wiki:repositories:archives:suse [2016/11/02 05:08]
ionic Copy wiki:repositories:archives:fedora as starting point.
wiki:repositories:archives:suse [2017/12/12 08:18] (current)
ionic Add Saima ESR instructions.
Line 1: Line 1:
-====== Archived X2Go Packages for Fedora GNU/Linux ======+====== Archived X2Go Packages for SUSE-Based Systems ======
  
-<note>This information is only intended for use with the X2Go repositories. If you use the official Fedora repositories, please refer to their documentation and infrastructure.</note>+<note>This information is only intended for use with the X2Go repositories. If you use the OBS SUSE X2Go instance repositories, please refer to their documentation and infrastructure. Old packages may get purged without further notification or archival in the OBS SUSE X2Go instance.</note>
  
-Alongside with the instructions on the [[wiki:repositories:fedora|main Fedora repository page]], we provide a repository archive for archived X2Go Fedora packages for deprecated Fedora "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 Fedora release version is deprecated.+Alongside with the instructions on the [[wiki:repositories:suse|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.
  
 ===== Adding the Archived X2Go Repository to your Package System ===== ===== Adding the Archived X2Go Repository to your Package System =====
  
-Download the .repo file and save it to the correct location:+Depending on whether you want to use a stable or nightly version and upon your system, choose one of the multiple options provided here. 
 + 
 +<note important>Always replace ''<distro-version>'' with the numeric distribution version you are using. For OpenSUSE Leap, do **not** include the string ''leap''.</note> 
 + 
 +=== Release Version === 
 + 
 +== SLES/SLED == 
 <code bash> <code bash>
-wget -O /etc/yum.repos.d/x2go-archives.repo \ +zypper ar http://archives.packages.x2go.org/sle/<distro-version>/extras x2go-extras 
- http://archives.packages.x2go.org/fedora/x2go.repo+zypper ar http://archives.packages.x2go.org/sle/<distro-version>/main x2go-release
 </code> </code>
  
-For reference, the file will also be inlined here, with the original information being available on [[http://archives.packages.x2go.org/fedora/x2go.repo]]:+== OpenSUSE ==
  
-{{url>http://archives.packages.x2go.org/fedora/x2go.repo 720px|Archived Fedora X2Go repository definition file}}+<code bash> 
 +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 
 +</code>
  
-Edit this file with your preferred editor.+ 
 +=== Saimaa ESR Version === 
 + 
 +== SLES/SLED ==
  
 <code bash> <code bash>
-$ editor /etc/yum.repos.d/x2go-archives.repo+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
 </code> </code>
  
-Refer to [[wiki:repositories:fedora#adding_the_x2go_repository_to_your_package_system|the Fedora instructions]] regarding the naming scheme and what needs to be enabled.+== OpenSUSE ==
  
-==== Post-Addition Test ====+<code bash> 
 +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 
 +</code> 
 + 
 + 
 +=== Nightly Version ===
  
-Now you can search for archived X2Go related packages that are now available for your system via ''yum'' or ''dnf'', whatever is appropriate for your system:+== SLES/SLED ==
  
 <code bash> <code bash>
-$ yum search x2go+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
 </code> </code>
  
-or+== OpenSUSE ==
  
 <code bash> <code bash>
-dnf search x2go+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 
 +</code> 
 + 
 + 
 +==== Post-Addition Test ==== 
 + 
 +Now you can search for X2Go related packages that are now available for your system via ''zypper'': 
 + 
 +<code bash> 
 +zypper search x2go
 </code> </code>
  
 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. 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.
  
-===== Mirroring this Repository =====+===== Mirroring These Repositories ===== 
 + 
 +The packages in these repositories can be mirrored via ''rsync''
 + 
 +For SLES/SLED packages, use: 
 + 
 +<code> 
 +rsync -avP archives.packages.x2go.org::sle </dest/path/of/local/mirror/sle-archives> 
 +</code>
  
-The packages in this repository can be mirrored via ''rsync'':+For OpenSUSE packages, use:
  
 <code> <code>
-rsync -avP archives.packages.x2go.org::fedora </dest/path/of/local/mirror/fedora-archives>+rsync -avP archives.packages.x2go.org::opensuse </dest/path/of/local/mirror/opensuse-archives>
 </code> </code>
wiki/repositories/archives/suse.1478063338.txt.gz · Last modified: 2016/11/02 05:08 by ionic