This shows you the differences between two versions of the page.
| 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/ | + | ====== Archived X2Go Packages for SUSE-Based Systems | 
| - | < | + | < | 
| - | Alongside with the instructions on the [[wiki: | + | Alongside with the instructions on the [[wiki: | 
| ===== Adding the Archived X2Go Repository to your Package System ===== | ===== Adding the Archived X2Go Repository to your Package System ===== | ||
| - | Download | + | 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> | ||
| + | |||
| + | === Release Version === | ||
| + | |||
| + | == SLES/SLED == | ||
| <code bash> | <code bash> | ||
| - | wget -O /etc/yum.repos.d/x2go-archives.repo \ | + | zypper ar http://archives.packages.x2go.org/ | 
| - |  | + | zypper ar http:// | 
| </ | </ | ||
| - | For reference, the file will also be inlined here, with the original information being available on [[http:// | + | == OpenSUSE == | 
| - | {{url> | + | <code bash> | 
| + | zypper ar http:// | ||
| + | zypper ar http:// | ||
| + | </ | ||
| - | Edit this file with your preferred editor. | + | |
| + | === Saimaa ESR Version === | ||
| + | |||
| + | == SLES/SLED == | ||
| <code bash> | <code bash> | ||
| - | $ editor | + | zypper ar http://archives.packages.x2go.org/sle/< | 
| + | zypper ar http://archives.packages.x2go.org/ | ||
| </ | </ | ||
| - | Refer to [[wiki: | + | == OpenSUSE == | 
| - | ==== Post-Addition Test ==== | + | <code bash> | 
| + | zypper ar http:// | ||
| + | zypper ar http:// | ||
| + | </ | ||
| + | |||
| + | |||
| + | === Nightly Version | ||
| - | Now you can search for archived X2Go related packages that are now available for your system via '' | + | == SLES/SLED == | 
| <code bash> | <code bash> | ||
| - | $ yum search | + | zypper ar http:// | 
| + | zypper ar http:// | ||
| </ | </ | ||
| - | or | + | == OpenSUSE == | 
| <code bash> | <code bash> | ||
| - | $ dnf search x2go | + | zypper ar http:// | 
| + | zypper ar http:// | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== Post-Addition Test ==== | ||
| + | |||
| + | Now you can search for X2Go related packages that are now available for your system via '' | ||
| + | |||
| + | <code bash> | ||
| + | $ zypper | ||
| </ | </ | ||
| Congratulations, | Congratulations, | ||
| - | ===== Mirroring | + | ===== Mirroring | 
| + | |||
| + | The packages in these repositories can be mirrored via '' | ||
| + | |||
| + | For SLES/SLED packages, use: | ||
| + | |||
| + | < | ||
| + | rsync -avP archives.packages.x2go.org:: | ||
| + | </ | ||
| - | The packages | + | For OpenSUSE | 
| < | < | ||
| - | rsync -avP archives.packages.x2go.org:: | + | rsync -avP archives.packages.x2go.org:: | 
| </ | </ | ||