[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2021-07-28 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2021/07/28 19:21
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:90.0) Gecko/20100101 
Firefox/90.0
IP-Address  : 46.223.147.61
Hostname: HSI-KBW-46-223-147-61.hsi.kabel-badenwuerttemberg.de
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:repositories:debian?rev=1627499822
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: [Adding the Actual Repository] 
User: gratuxri


@@ -63,8 +63,13 @@
 While we do offer pseudo-codenames like ''oldstable'', ''stable'', 
''testing'' and ''unstable'' for convenience, you **should not use them**. Our 
pseudo-codename setup is not guaranteed to be in sync with Debian's releases, so using the 
''stable'' codename might mean that you will actually get packages for what Debian calls 
''oldstable'' after a new Debian distro release for a considerable amount of 
time.
 
 Switching between

components usually requires uninstalling all X2Go packages first! The only upgrade 
path that is considered somewhat safe is main (release packages) to heuler (nightly 
packages), but there are no guarantees regarding the stability or usefulness of 
nightly packages.
 
+  Adding the x2go Repository with extrepo on debian 

+ 
+ $ sudo apt install extrepo
+ $ sudo extrepo enable x2go 
+ 

  Synchronize the Newly Added Repository's Metadata 
 
 Please perform an update of your APT package database:
 



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2021-07-28 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2021/07/28 19:17
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:90.0) Gecko/20100101 
Firefox/90.0
IP-Address  : 46.223.147.61
Hostname: HSI-KBW-46-223-147-61.hsi.kabel-badenwuerttemberg.de
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:repositories:debian?rev=1568308184
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: temporary workaround with keyserver.ubuntu.com
User: gratuxri

@@ -24,9 +24,9 @@
 
 
 The following command will ensure that your system will be able to work with the repository archive key.

 
- $ apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
+ $ apt-key adv --recv-keys --keyserver keyserver.ubuntu.com E1F958385BFE2B6E
 
 
  Adding the Actual Repository 
 



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2019-09-12 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2019/09/12 17:09
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 
Firefox/67.0
IP-Address  : 178.162.222.163
Hostname: 178.162.222.163.adsl.inet-telecom.org
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:repositories:debian?rev=1568307035
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: Change capitalization in headlines.
User: ionic

@@ -5,9 +5,9 @@
 __Exceptions:__
 
   * **Deprecated Debian releases**: please refer to [[wiki:repositories:archives:debian|Instructions for Archived Debian X2Go Packages]] instead.
 
- = Adding This Repository To Your Package System =

+ = Adding this Repository to Your Package System =
 
  Bootstrapping the Repository GPG Keys 
 
 X2Go Packages for Debian and the repository metadata are signed with a GPG key to counter Man-in-the-Middle attacks. If you

install X2Go components for the first time on a machine, you will have to bootstrap 
the repository and package signing key first in order for apt to validate the 
downloaded repository metadata and use it.
@@ -101,11 +101,11 @@
 
 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.
 
 
- = Mirroring This Repository =

+ = Mirroring this Repository =
 
 The packages in this repository can be mirrored via ''rsync'':
 
 

 rsync -avP packages.x2go.org::debian 
 


--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2019-09-12 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2019/09/12 16:50
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 
Firefox/67.0
IP-Address  : 178.162.222.163
Hostname: 178.162.222.163.adsl.inet-telecom.org
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:repositories:debian?rev=1568306690
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: Add warning regarding pseudo-codenames.
User: ionic

@@ -58,8 +58,10 @@
 #deb-src http://packages.x2go.org/debian buster extras heuler
 
 
 **Edit this new data** and make sure to uncomment desired components and comment non-desired components. Only one group may be active at a given time.
+ 
+ While we do offer pseudo-codenames like ''oldstable'', ''stable'', ''testing'' and ''unstable'' for convenience, you **should not use them**. Our pseudo-codename setup is not guaranteed to be in sync with Debian's releases, so using

the ''stable'' codename might mean that you will actually get packages for what 
Debian calls ''oldstable'' after a new Debian distro release for a considerable 
amount of time.
 
 Switching between components usually requires uninstalling all X2Go packages first! The only upgrade path that is considered somewhat safe is main (release packages) to heuler (nightly packages), but there are no guarantees regarding the stability or usefulness of nightly packages.
 
  Synchronize the Newly Added Repository's Metadata 



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2019-09-12 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2019/09/12 16:44
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 
Firefox/67.0
IP-Address  : 178.162.222.163
Hostname: 178.162.222.163.adsl.inet-telecom.org
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:repositories:debian?rev=1568302263
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: Rework page, including a workaround for cases where bootstrapping 
the repository key is not possible.
User: ionic

@@ -7,11 +7,13 @@
   * **Deprecated Debian releases**: please refer to 
[[wiki:repositories:archives:debian|Instructions for Archived Debian X2Go 
Packages]] instead.
 
 = Adding This Repository To Your Package System =
 
-  Adding the Repository GPG Keys 

+  Bootstrapping the Repository GPG Keys 
 
- Before starting to edit your system configuration, you'll need to add the needed GPG keys of the repository.

Please switch to a user which has administrator privileges on your system in 
your preferred command line client:
+ X2Go Packages for Debian and the repository metadata are signed 
with a GPG key to counter Man-in-the-Middle attacks. If you install X2Go components for the 
first time on a machine, you will have to bootstrap the repository and package signing key 
first in order for apt to validate the downloaded repository metadata and use 
it.
+ 
+ Please switch to a user which has administrator privileges on your system in your preferred command line client:
 
 

 su -
 
@@ -20,18 +22,19 @@
 sudo -s
 
 
 
- The following commands will ensure that your system will be able to work with the repository archive key. We have also provided our archive key and the X2Go maintainers's keys in a keyring package called ''x2go-keyring'' (see below). If you choose to install that package you can skip these first steps...
- 
+ The following

command will ensure that your system will be able to work with the repository 
archive key.
 
 $ apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
 
 
  Adding the Actual Repository 
 
 Please add the file ''x2go.list'' to the folder ''/etc/apt/sources.list.d/''.

 This can be done by using your preferred editor.
+ 
+ If you have not gotten a directory named ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.
 
 

 $ editor /etc/apt/sources.list.d/x2go.list
 
@@ -54,19 +57,32 @@
 # X2Go Repository (sources of nightly builds)
 #deb-src http://packages.x2go.org/debian stretch extras heuler
 
 
- **Edit this new data** and make sure to uncomment desired components and comment non-desired components. Only one group may be active at a given time. Switching between components requires uninstalling all X2Go packages first!

+ **Edit this new data** and make sure to uncomment
desired components and comment non-desired components. Only one group may be 
active at a given time.
 
- **Note:** If you have not gotten a directory named ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.

+ Switching between components usually requires uninstalling all X2Go 
packages first! The only upgrade path that is considered somewhat safe is main (release 
packages) to heuler (nightly packages), but there are no guarantees regarding the stability 
or usefulness of nightly packages.
 
  Synchronize the Newly Added Repository's Metadata 
 
 Please perform an update of your APT package database:
 
 

 $ apt-get update
 
+ 
+ If you were unable to bootstrap the repository GPG key previously, apt-get will fail to validate the signatures and discard the downloaded repository metadata.
+ \\ \\ 
+ **Not being able to verify signatures means that any content downloaded from the remote location

could be injected/offered by a malicious third party and need not come from the 
X2Go Project. This includes repository metadata and any packages downloaded 
from unauthenticated repositories. Installing the x2go-keyring package from an 
unauthenticated repository bears the chance that this is not our package but a 
malicious third-party one which will not contain our public keys. This holds 
for all packages installed from this repository, now and later.**
+ \\ \\ 
+ You can bypass apt's internal checks **if you understand the implications** and are ready to take the risk by **once** using:
+ \\ \\ 
+ 

+ $ apt-get update --allow-insecure-repositories
+ 
+ 
+ Otherwise, please try to first fetch the key again as outlined in the bootstrapping instructions.

+ 
 
 After the update you should be able to access the X2Go packages via the apt command family. As a first action you should install our ''x2go-keyring'' package and refresh the apt cache:
 
 
bash>


--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2019-09-12 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2019/09/12 16:44
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 
Firefox/67.0
IP-Address  : 178.162.222.163
Hostname: 178.162.222.163.adsl.inet-telecom.org
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:repositories:debian?rev=1568306647
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: Update default code name to buster.
User: ionic

@@ -38,25 +38,25 @@
 
 $ editor /etc/apt/sources.list.d/x2go.list
 
 
- Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Debian **stretch**):

+ Then add the X2Go repository (binaries and sources) as a couple of new lines 
(example for Debian **buster**):
 
 

 # X2Go Repository (release builds)
- deb http://packages.x2go.org/debian stretch extras main
+ deb http://packages.x2go.org/debian buster extras main
 # X2Go
Repository (sources of release builds)
- deb-src http://packages.x2go.org/debian stretch extras main
+ deb-src http://packages.x2go.org/debian buster extras main
 
 # X2Go Repository (Saimaa ESR builds)

- #deb http://packages.x2go.org/debian stretch extras saimaa
+ #deb http://packages.x2go.org/debian buster extras saimaa
 # X2Go Repository (sources of Saimaa ESR builds)
- #deb-src http://packages.x2go.org/debian stretch extras saimaa
+ #deb-src http://packages.x2go.org/debian buster extras saimaa
 
 # X2Go Repository (nightly builds)

- #deb http://packages.x2go.org/debian stretch extras heuler
+ #deb http://packages.x2go.org/debian buster extras heuler
 # X2Go Repository (sources of nightly builds)
- #deb-src http://packages.x2go.org/debian stretch extras heuler
+ #deb-src http://packages.x2go.org/debian buster extras heuler
 
 
 **Edit this new data** and make sure to uncomment desired components and comment non-desired components. Only one group may be active at a

given time.
 



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2019-09-12 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2019/09/12 15:30
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 
Firefox/67.0
IP-Address  : 178.162.222.163
Hostname: 178.162.222.163.adsl.inet-telecom.org
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:repositories:debian?rev=1513066422
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: Add bullseye distro.
User: ionic

@@ -1,7 +1,7 @@
 == X2Go Packages for Debian GNU/Linux ==
 
- To get started you'll need to configure your local system to access the official X2Go Debian repository. Please keep in mind that this installation manual will guide you through the installation on a Debian wheezy (jessie, stretch, buster, sid) system. Only the i386 and amd64 architectures are supported. For armhf, see [[wiki:repositories:raspbian|Instructions for Raspbian GNU/Linux]].

+ To get started you'll need to configure your local system
to access the official X2Go Debian repository. Please keep in mind that this 
installation manual will guide you through the installation on a Debian wheezy 
(jessie, stretch, buster, bullseye, sid) system. Only the i386 and amd64 
architectures are supported. For armhf, see 
[[wiki:repositories:raspbian|Instructions for Raspbian GNU/Linux]].
 
 __Exceptions:__
 
   * **Deprecated Debian releases**: please refer to [[wiki:repositories:archives:debian|Instructions for Archived Debian X2Go Packages]] instead.



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2019-09-12 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2019/09/12 15:31
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 
Firefox/67.0
IP-Address  : 178.162.222.163
Hostname: 178.162.222.163.adsl.inet-telecom.org
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:repositories:debian?rev=1568302208
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: Grammar fix.
User: ionic

@@ -20,9 +20,9 @@
 sudo -s
 
 
 
- The following commands will ensure that your system will be able to work with the repository archive key. We have also provided our archive key and the X2Go maintainers' keys in a keyring package called ''x2go-keyring'' (see below). If you choose to install that package you can skip these first steps...

+ The following commands will ensure that your system will be able to work with 
the repository archive key. We have also provided our archive key and the X2Go 
maintainers's keys
in a keyring package called ''x2go-keyring'' (see below). If you choose to 
install that package you can skip these first steps...
 
 

 $ apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
 


--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2017-12-12 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2017/12/12 08:13
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 
Firefox/57.0
IP-Address  : 178.162.222.41
Hostname: 178.162.222.41.adsl.inet-telecom.org
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:repositories:debian?rev=1513066257
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: More grammar fixes.
User: ionic

@@ -56,9 +56,9 @@
 
 
 **Edit this new data** and make sure to uncomment desired components and comment non-desired components. Only one group may be active at a given time. Switching between components requires uninstalling all X2Go packages first!
 
- **Note:** If you have not got a directory named ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.

+ **Note:** If you have not gotten a directory named 
''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.
 
 

Synchronize the Newly Added Repository's Metadata 
 
 Please perform an update of your APT package database:



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2017-12-12 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2017/12/12 08:10
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 
Firefox/57.0
IP-Address  : 178.162.222.41
Hostname: 178.162.222.41.adsl.inet-telecom.org
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:repositories:debian?rev=1511408650
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: Add Saimaa ESR part, explain what to do with the sources.list 
entry in a more detailed fashion, grammar fixes.
User: ionic

@@ -42,17 +42,23 @@
 # X2Go Repository (release builds)
 deb http://packages.x2go.org/debian stretch extras main
 # X2Go Repository (sources of release builds)
 deb-src http://packages.x2go.org/debian stretch extras main
+ 
+ # X2Go Repository (Saimaa ESR builds)

+ #deb http://packages.x2go.org/debian stretch extras saimaa
+ # X2Go Repository (sources of Saimaa ESR builds)
+ #deb-src http://packages.x2go.org/debian stretch
extras saimaa
 
 # X2Go Repository (nightly builds)

 #deb http://packages.x2go.org/debian stretch extras heuler
 # X2Go Repository (sources of nightly builds)
 #deb-src http://packages.x2go.org/debian stretch extras heuler
 
 
+ **Edit this new data** and make sure to uncomment desired components and comment non-desired components. Only one group may be active at a given time. Switching between components requires uninstalling all X2Go packages first!
 
- **Note:** If you have not got a folder ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.

+ **Note:** If you have not got a directory named ''/etc/apt/sources.list.d/'' 
add the lines to ''/etc/apt/sources.list''.
 
  Synchronize the Newly Added Repository's Metadata 
 
 Please perform an update of your APT package database:



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2017-11-22 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2017/11/23 03:44
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 
Firefox/57.0
IP-Address  : 178.162.222.41
Hostname: 178.162.222.41.adsl.inet-telecom.org
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:repositories:debian?rev=1503542105
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: Add extras component.
User: ionic

@@ -39,16 +39,16 @@
 Then add the X2Go repository (binaries and sources) as a couple of new lines 
(example for Debian **stretch**):
 
 

 # X2Go Repository (release builds)
- deb http://packages.x2go.org/debian stretch main
+ deb http://packages.x2go.org/debian stretch extras main
 # X2Go Repository (sources of release builds)
- deb-src http://packages.x2go.org/debian stretch main
+ deb-src http://packages.x2go.org/debian stretch extras main
 
 # X2Go Repository (nightly builds)

- #deb
http://packages.x2go.org/debian stretch heuler
+ #deb http://packages.x2go.org/debian stretch extras heuler
 # X2Go Repository (sources of nightly builds)
- #deb-src http://packages.x2go.org/debian stretch heuler
+ #deb-src http://packages.x2go.org/debian stretch extras heuler
 
 
 
 **Note:** If you have not got a folder ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2017-08-23 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2017/08/24 02:35
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 
Firefox/55.0
IP-Address  : 178.162.222.163
Hostname: 178.162.222.163.adsl.inet-telecom.org
Old Revision: 
http://wiki.x2go.org/doku.php/wiki:repositories:debian?rev=1503542062
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: Change default codename to stretch.
User: ionic

@@ -35,20 +35,20 @@
 
 $ editor /etc/apt/sources.list.d/x2go.list
 
 
- Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Debian **jessie**):

+ Then add the X2Go repository (binaries and sources) as a couple of new lines 
(example for Debian **stretch**):
 
 

 # X2Go Repository (release builds)
- deb http://packages.x2go.org/debian jessie main
+ deb http://packages.x2go.org/debian stretch main
 # X2Go Repository (sources
of release builds)
- deb-src http://packages.x2go.org/debian jessie main
+ deb-src http://packages.x2go.org/debian stretch main
 
 # X2Go Repository (nightly builds)

- #deb http://packages.x2go.org/debian jessie heuler
+ #deb http://packages.x2go.org/debian stretch heuler
 # X2Go Repository (sources of nightly builds)
- #deb-src http://packages.x2go.org/debian jessie heuler
+ #deb-src http://packages.x2go.org/debian stretch heuler
 
 
 
 **Note:** If you have not got a folder ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.



--
This mail was generated by DokuWiki at
http://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2017-08-23 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2017/08/24 02:34
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 
Firefox/55.0
IP-Address  : 178.162.222.163
Hostname: 178.162.222.163.adsl.inet-telecom.org
Old Revision: 
http://wiki.x2go.org/doku.php/wiki:repositories:debian?rev=1479988932
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: Add buster.
User: ionic

@@ -1,7 +1,7 @@
 == X2Go Packages for Debian GNU/Linux ==
 
- To get started you'll need to configure your local system to access the official X2Go Debian repository. Please keep in mind that this installation manual will guide you through the installation on a Debian wheezy (jessie, stretch, sid) system. Only the i386 and amd64 architectures are supported. For armhf, see [[wiki:repositories:raspbian|Instructions for Raspbian GNU/Linux]].

+ To get started you'll need to configure your local system to access the
official X2Go Debian repository. Please keep in mind that this installation 
manual will guide you through the installation on a Debian wheezy (jessie, 
stretch, buster, sid) system. Only the i386 and amd64 architectures are 
supported. For armhf, see [[wiki:repositories:raspbian|Instructions for 
Raspbian GNU/Linux]].
 
 __Exceptions:__
 
   * **Deprecated Debian releases**: please refer to [[wiki:repositories:archives:debian|Instructions for Archived Debian X2Go Packages]] instead.



--
This mail was generated by DokuWiki at
http://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2016-11-24 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2016/11/24 12:02
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:debian?rev=1478775423
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: Link to wiki:repositories:raspbian and remove outdated 
information.
User: ionic

@@ -1,13 +1,11 @@
 == X2Go Packages for Debian GNU/Linux ==
 
- To get started you'll need to configure your local system to access the official X2Go Debian repository. Please keep in mind that this installation manual will guide you through the installation on a Debian wheezy (jessie, stretch, sid) system. The repository will basically offer you packages for i386 and amd64 architectures.

+ To get started you'll need to configure your local system to
access the official X2Go Debian repository. Please keep in mind that this 
installation manual will guide you through the installation on a Debian wheezy 
(jessie, stretch, sid) system. Only the i386 and amd64 architectures are 
supported. For armhf, see [[wiki:repositories:raspbian|Instructions for 
Raspbian GNU/Linux]].
 
 __Exceptions:__
 
   * **Deprecated Debian releases**: please refer to [[wiki:repositories:archives:debian|Instructions for Archived Debian X2Go Packages]] instead.

-   * **Debian squeeze: **X2Go packages will be offered for Debian squeeze at 
least until squeeze is still officially supported as ''oldstable'' by the 
Debian project.
-   * **ARM architecture:** for Debian squeeze and wheezy on ARM-based 
(Debian/armel) devices we provide (currently outdated) client-side packages 
(x2goclient, pyhoca-gui, pyhoca-cli plus dependencies). No nightly-builds, no 
server packages, though.
 
 = Adding This Repository To Your Package System =
 
  Adding the

Repository GPG Keys 


--
This mail was generated by DokuWiki at
http://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2016-11-10 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2016/11/10 10:57
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 
Firefox/45.0
IP-Address  : 194.95.21.122
Hostname: 194.95.21.122
Old Revision: 
http://wiki.x2go.org/doku.php/wiki:repositories:debian?rev=1478774891
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: old revision restored (2016/09/22 07:42)
User: gratuxri

@@ -4,9 +4,10 @@
 
 __Exceptions:__
 
   * **Deprecated Debian releases**: please refer to [[wiki:repositories:archives:debian|Instructions for Archived Debian X2Go Packages]] instead.

-   * **ARM architecture:** for Debian jessie and wheezy on ARM-based 
(Debian/armel) devices we provide (currently outdated) client-side packages 
(x2goclient, pyhoca-gui, pyhoca-cli plus dependencies). No nightly-builds, no 
server packages, though.
+   * **Debian squeeze: **X2Go packages will be offered for Debian squeeze at 
least until
squeeze is still officially supported as ''oldstable'' by the Debian project.
+   * **ARM architecture:** for Debian squeeze and wheezy on ARM-based 
(Debian/armel) devices we provide (currently outdated) client-side packages 
(x2goclient, pyhoca-gui, pyhoca-cli plus dependencies). No nightly-builds, no 
server packages, though.
 
 = Adding This Repository To Your Package System =
 
  Adding the Repository GPG Keys 



--
This mail was generated by DokuWiki at
http://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:repositories:debian

2016-11-10 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2016/11/10 10:48
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 
Firefox/45.0
IP-Address  : 194.95.21.122
Hostname: 194.95.21.122
Old Revision: 
http://wiki.x2go.org/doku.php/wiki:repositories:debian?rev=1474530130
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:debian
Edit Summary: squeeze is not supported by Debian
User: gratuxri

@@ -4,10 +4,9 @@
 
 __Exceptions:__
 
   * **Deprecated Debian releases**: please refer to [[wiki:repositories:archives:debian|Instructions for Archived Debian X2Go Packages]] instead.

-   * **Debian squeeze: **X2Go packages will be offered for Debian squeeze at 
least until squeeze is still officially supported as ''oldstable'' by the 
Debian project.
-   * **ARM architecture:** for Debian squeeze and wheezy on ARM-based 
(Debian/armel) devices we provide (currently outdated) client-side packages 
(x2goclient, pyhoca-gui,
pyhoca-cli plus dependencies). No nightly-builds, no server packages, though.
+   * **ARM architecture:** for Debian jessie and wheezy on ARM-based 
(Debian/armel) devices we provide (currently outdated) client-side packages 
(x2goclient, pyhoca-gui, pyhoca-cli plus dependencies). No nightly-builds, no 
server packages, though.
 
 = Adding This Repository To Your Package System =
 
  Adding the Repository GPG Keys 



--
This mail was generated by DokuWiki at
http://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits