A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 04:21
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse?rev=1478059865
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse
Edit Summary: Add note removal message.
User : ionic
@@ -33,9 +33,9 @@
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>
- <note warning>The repositories will be reworked in due time. After the conversion, the (Open-)SUSE repositories will be in "native" susetags format. Until then, adding the
repositories might likely fail.</note>
+ <note warning>The repositories will be reworked in due time. After the conversion, the (Open-)SUSE repositories will be in "native" susetags format. Until then, adding the repositories might likely fail. This note will be removed once the conversion is done.</note>
=== Release Version ===
== SLES/SLED ==
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 04:11
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse?rev=1478057988
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse
Edit Summary: Add actual content for the addition of our repositories.
User : ionic
@@ -28,8 +28,48 @@
<note>For unsupported, archived (Open-)SUSE versions, please refer to [[wiki:repositories:archives:suse|(Open-)SUSE Archives]].</note>
==== 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>Always replace ''<distro-version>'' with the numeric distribution version you are using. For OpenSUSE Leap, do **not** include
the string ''leap''.</note>
+
+ <note warning>The repositories will be reworked in due time. After the conversion, the (Open-)SUSE repositories will be in "native" susetags format. Until then, adding the repositories might likely fail.</note>
+
+ === Release 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>/main x2go-release
+ </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>/main x2go-release
+ </code>
+
+
+ === Nightly 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>/heuler x2go-nightly
+ </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>/heuler x2go-nightly
+ </code>
+
==== Post-Addition Test ====
Now you can search for X2Go related packages that are now available for your system via ''zypper'':
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 03:39
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse?rev=1478056605
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse
Edit Summary: Add Post-Addition Test section and how to mirror the repositories.
User : ionic
@@ -27,4 +27,31 @@
===== Adding the X2Go Repository to Your Package System =====
<note>For unsupported, archived (Open-)SUSE versions, please refer to [[wiki:repositories:archives:suse|(Open-)SUSE Archives]].</note>
+ ==== Base Installation ====
+
+ ==== 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>
+
+ Congratulations, you
are now able to access the X2Go packages. You may continue by installing ''x2goserver-xsession'', ''x2goclient'' or ''pyhoca-gui'' or any other of the available packages.
+
+ ==== Mirroring These Repositories ====
+
+ The packages in these repositories can be mirrored via ''rsync''.
+
+ For SLES/SLED packages, use:
+
+ <code>
+ rsync -avP packages.x2go.org::sle </dest/path/of/local/mirror/sle>
+ </code>
+
+ For OpenSUSE packages, use:
+
+ <code>
+ rsync -avP packages.x2go.org::opensuse </dest/path/of/local/mirror/opensuse>
+ </code>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 03:16
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse?rev=1478055608
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse
Edit Summary: Add stub section for our package repository.
User : ionic
@@ -22,5 +22,9 @@
zypper in x2goclient
</code>
[[doc:installation:x2goserver|Installation instructions for X2Go Server]]
+
+ ===== Adding the X2Go Repository to Your Package System =====
+
+ <note>For unsupported, archived (Open-)SUSE versions, please refer to [[wiki:repositories:archives:suse|(Open-)SUSE Archives]].</note>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 03:00
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse?rev=1478055462
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse
Edit Summary: Add first section for the OBS SUSE X2Go instance and rename prior stuff.
User : ionic
@@ -1,15 +1,15 @@
====== X2Go Packages for SUSE-Based Systems ======
- <note warning>Do not mix-and-match packages from the OBS SUSE instance with packages from the X2Go SUSE repositories. Due to differing version number schemes, you will definitely run into problems. If you **really** need to switch between repositories, make sure to uninstall all X2Go packages first.</note>
+ <note warning>Do not mix-and-match packages from the OBS X2Go SUSE instance
with packages from the X2Go SUSE repositories. Due to differing version number schemes, you will definitely run into problems. If you **really** need to switch between repositories, make sure to uninstall all X2Go packages first.</note>
- Select one approach listed here, thus either the OBS 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 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 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.
- == Add the repository ==
+ ===== Using the OBS SUSE X2Go Instance Repository =====
<code bash>
zypper ar obs://X11:RemoteDesktop:x2go/openSUSE_12.3 x2go
</code>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 02:57
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse?rev=1478055420
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse
Edit Summary: Clarify econd warning note.
User : ionic
@@ -3,9 +3,9 @@
<note warning>Do not mix-and-match packages from the OBS SUSE instance with packages from the X2Go SUSE repositories. Due to differing version number schemes, you will definitely run into problems. If you **really** need to switch between repositories, make sure to uninstall all X2Go packages first.</note>
Select one approach listed here, thus either the OBS X2Go instance repository, or our X2Go (Open-)SUSE repository and stick to it.
- <note warning>Currently, the OBS 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.</note>
+ <note warning>Currently, the OBS 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>
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.
== Add the repository ==
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 02:57
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse?rev=1478054138
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse
Edit Summary: Add general section.
User : ionic
@@ -3,5 +3,11 @@
<note warning>Do not mix-and-match packages from the OBS SUSE instance with packages from the X2Go SUSE repositories. Due to differing version number schemes, you will definitely run into problems. If you **really** need to switch between repositories, make sure to uninstall all X2Go packages first.</note>
+
+ Select one approach listed here, thus either the OBS X2Go instance repository, or our X2Go (Open-)SUSE repository and stick to it.
+
+ <note warning>Currently, the OBS 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.</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.
== Add the repository ==
<code bash>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 02:35
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse?rev=1478053731
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse
Edit Summary: Remove the "official SUSE repository" part, there are no X2Go packages in there.
User : ionic
@@ -1,7 +1,7 @@
====== X2Go Packages for SUSE-Based Systems ======
- <note warning>Do not mix-and-match packages from the official SUSE repositories with packages from the X2Go SUSE repositories or packages from the OBS SUSE instance. Due to differing version number schemes, you will definitely run into problems. If you **really** need to switch between repositories, make sure to uninstall all X2Go packages first.</note>
+ <note warning>Do not
mix-and-match packages from the OBS SUSE instance with packages from the X2Go SUSE repositories. Due to differing version number schemes, you will definitely run into problems. If you **really** need to switch between repositories, make sure to uninstall all X2Go packages first.</note>
== Add the repository ==
<code bash>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 02:28
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse?rev=1478030991
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse
Edit Summary: Add note about mixing repositories.
User : ionic
@@ -1,5 +1,7 @@
====== X2Go Packages for SUSE-Based Systems ======
+
+ <note warning>Do not mix-and-match packages from the official SUSE repositories with packages from the X2Go SUSE repositories or packages from the OBS SUSE instance. Due to differing version number schemes, you will definitely run into problems. If you **really** need to switch between repositories, make sure to uninstall all X2Go packages first.</note>
== Add the repository ==
<code bash>
--
This mail was
generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/01 20:12
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:epel?rev=1477885923
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:epel
Edit Summary: Fix grammar in first warning note.
User : ionic
@@ -1,7 +1,7 @@
====== X2Go Packages for Redhat Enterprise Linux and Derivatives ======
- <note warning>Do not mix-and-match packages from the official EPEL repository with packages from the X2Go EPEL repository. Due to differing version number schemes, you will indefinitely run into problems. If you **really** need to switch between repositories, make sure to uninstall all X2Go packages first.</note>
+ <note warning>Do not mix-and-match packages from the official EPEL repository with packages
from the X2Go EPEL repository. Due to differing version number schemes, you will definitely run into problems. If you **really** need to switch between repositories, make sure to uninstall all X2Go packages first.</note>
Select one approach listed here, thus either the official (downstream) EPEL packages repository, or our X2Go EPEL repository and stick to it.
Unreleased versions and unofficial (related to the EPEL 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.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/