This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:repositories:suse [2016/11/02 02:35] ionic Remove the "official SUSE repository" part, there are no X2Go packages in there. |
wiki:repositories:suse [2017/12/12 08:17] (current) ionic Add Saimaa ESR instructions. |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== X2Go Packages for SUSE-Based Systems ====== | ====== X2Go Packages for SUSE-Based Systems ====== | ||
| - | <note warning> | + | <note warning> |
| - | == Add the repository | + | 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> | ||
| + | |||
| + | Unreleased versions and unofficial (related to the Fedora project) release packages are only available directly from the X2Go project, follow the instructions in the [[# | ||
| + | |||
| + | ===== Using the OBS SUSE X2Go Instance Repository ===== | ||
| <code bash> | <code bash> | ||
| - | zypper ar obs:// | + | zypper ar obs:// |
| </ | </ | ||
| - | Substitute '' | + | Substitute '' |
| - | Congratulations, | + | |
| + | ==== Post-Addition Test ==== | ||
| + | |||
| + | Now you can search for X2Go related packages that are now available for your system via '' | ||
| <code bash> | <code bash> | ||
| - | zypper | + | $ zypper |
| </ | </ | ||
| - | [[doc: | ||
| + | ===== Adding the X2Go Repository to Your Package System ===== | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Base Installation ==== | ||
| + | |||
| + | 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> | ||
| + | <note important> | ||
| + | |||
| + | === Release Version === | ||
| + | |||
| + | == SLES/SLED == | ||
| + | |||
| + | <code bash> | ||
| + | zypper ar http:// | ||
| + | zypper ar http:// | ||
| + | </ | ||
| + | |||
| + | == OpenSUSE == | ||
| + | |||
| + | <code bash> | ||
| + | zypper ar http:// | ||
| + | zypper ar http:// | ||
| + | </ | ||
| + | |||
| + | |||
| + | === Saimaa ESR Version === | ||
| + | |||
| + | == SLES/SLED == | ||
| + | |||
| + | <code bash> | ||
| + | zypper ar http:// | ||
| + | zypper ar http:// | ||
| + | </ | ||
| + | |||
| + | == OpenSUSE == | ||
| + | |||
| + | <code bash> | ||
| + | zypper ar http:// | ||
| + | zypper ar http:// | ||
| + | </ | ||
| + | |||
| + | |||
| + | === Nightly Version === | ||
| + | |||
| + | == SLES/SLED == | ||
| + | |||
| + | <code bash> | ||
| + | zypper ar http:// | ||
| + | zypper ar http:// | ||
| + | </ | ||
| + | |||
| + | == OpenSUSE == | ||
| + | |||
| + | <code bash> | ||
| + | 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 search x2go | ||
| + | </ | ||
| + | |||
| + | Congratulations, | ||
| + | |||
| + | ==== Mirroring These Repositories ==== | ||
| + | |||
| + | The packages in these repositories can be mirrored via '' | ||
| + | |||
| + | For SLES/SLED packages, use: | ||
| + | |||
| + | < | ||
| + | rsync -avP packages.x2go.org:: | ||
| + | </ | ||
| + | |||
| + | For OpenSUSE packages, use: | ||
| + | |||
| + | < | ||
| + | rsync -avP packages.x2go.org:: | ||
| + | </ | ||