A page in your DokuWiki was added or changed. Here are the details:
Date : 2019/09/12 17:32
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:archives:debian?rev=156830…
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:archives:debian
Edit Summary: Sync with repositories:debian.
User : ionic
@@ -3,11 +3,11 @@
Alongside with the instructions on [[wiki:repositories:debian|the main Debian repository page]], we provide a repository archive for archived X2Go Debian packages for deprecated Debian GNU/Linux 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 Debian GNU/Linux release version is deprecated.
===== Adding this Repository to Your Package System =====
- ==== Adding
the Repository GPG Keys ====
+ ==== Bootstrapping the Repository GPG Keys ====
- Make sure to either install the ''x2go-keyring'' file or add the GPG key as described on [[wiki:repositories:debian#adding_the_repository_gpg_keys|the main Debian repository page]].
+ Make sure to either have installed the ''x2go-keyring'' package previously or add the GPG key as described on [[wiki:repositories:debian#bootstrapping_the_repository_gpg_keys|the main Debian repository page]].
==== Adding the Actual Repository ====
=== Changing Existing Entries ===
@@ -19,8 +19,10 @@
If this is a new installation on a fresh machine, follow these steps. Note, that these packages are completely unmaintained and bug reports will not be accepted. This also holds for security-related issues.
Please add the file ''x2go-archive.list'' to the folder ''/etc/apt/sources.list.d/''.
This can be done by using your preferred editor.
+
+ <note>If you have not gotten a directory named
''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.</note>
<code bash>
$ editor /etc/apt/sources.list.d/x2go-archive.list
</code>
@@ -43,18 +45,30 @@
# Archived X2Go Packages Repository (sources of nightly builds)
#deb-src http://archives.packages.x2go.org/debian squeeze extras heuler
</file>
- **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''.
+ <note warning>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.</note>
+
+ <note warning>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.</note>
==== Synchronize the Newly Added or Changed Repository's Metadata ====
Please perform an update of your APT package database:
<code bash>
$ apt-get update
+ </code>
+
+ <note important>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:
+ \\ \\
+ <code bash>
+ $ apt-get update --allow-insecure-repositories
</code>
After the update you should be able to access the archived X2Go packages via the apt command family. As a first action you should install our ''x2go-keyring'' package and refresh the apt cache:
--
This mail was generated by DokuWiki
at
https://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2019/09/12 17:14
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:archives:debian?rev=151306…
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:archives:debian
Edit Summary: Fix headline capitalization.
User : ionic
@@ -1,9 +1,9 @@
====== Archived X2Go Packages for Debian GNU/Linux ======
Alongside with the instructions on [[wiki:repositories:debian|the main Debian repository page]], we provide a repository archive for archived X2Go Debian packages for deprecated Debian GNU/Linux 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 Debian GNU/Linux release version is deprecated.
- ===== Adding
this Repository to your Package System =====
+ ===== Adding this Repository to Your Package System =====
==== Adding the Repository GPG Keys ====
Make sure to either install the ''x2go-keyring'' file or add the GPG key as described on [[wiki:repositories:debian#adding_the_repository_gpg_keys|the main Debian repository page]].
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2019/09/12 17:12
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:raspbian?rev=1513066487
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:raspbian
Edit Summary: Sync with repositories:archives:debian.
User : ionic
@@ -1,14 +1,16 @@
====== X2Go Packages for Raspbian GNU/Linux ======
- To get started you'll need to configure your local system to access the official X2Go Raspbian repository. Please keep in mind that this installation manual will guide you through the installation on a Raspbian jessie and stretch system. Only the armhf architecture is supported.
+ To get started you'll need to configure your local system to access the official X2Go Raspbian repository. Please keep in mind that this
installation manual will guide you through the installation on a Raspbian jessie, stretch or buster system. Only the armhf architecture is supported.
===== 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:
+ <note important>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.</note>
+
+ Please switch to a user which has administrator privileges on your system in your preferred command
line client:
<code bash>
su -
</code>
@@ -17,18 +19,19 @@
sudo -s
</code>
- 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 command will ensure that your system will be able to work with the repository archive key.
<code bash>
$ apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
</code>
==== 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.
+
+ <note>If you have not gotten a directory named ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.</note>
<code bash>
$ editor /etc/apt/sources.list.d/x2go.list
</code>
@@ -51,19
+54,34 @@
# X2Go Repository (sources of nightly builds)
#deb-src http://packages.x2go.org/raspbian stretch heuler
</file>
- **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''.
+ <note warning>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.</note>
+
+ <note warning>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.</note>
==== Synchronize the Newly Added Repository's Metadata ====
Please perform an update of your APT package database:
<code bash>
$ apt-get update
</code>
+
+ <note important>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:
+ \\ \\
+ <code bash>
+ $ apt-get update --allow-insecure-repositories
+ </code>
+
+ Otherwise, please try to first fetch the key again as outlined in the bootstrapping instructions.
+ </note>
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:
<code bash>
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
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 ====
<note important>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.</note>
@@ -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'':
<code>
rsync -avP packages.x2go.org::debian </dest/path/of/local/mirror/debian>
</code>
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
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
</file>
**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 warning>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.</note>
<note warning>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.</note>
==== Synchronize the Newly Added Repository's Metadata ====
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
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:
+ <note important>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.</note>
+
+ Please switch to a user which has administrator privileges on your system in your preferred command line client:
<code bash>
su -
</code>
@@ -20,18 +22,19 @@
sudo -s
</code>
- 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.
<code bash>
$ apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
</code>
==== 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.
+
+ <note>If you have not gotten a directory named ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.</note>
<code bash>
$ editor /etc/apt/sources.list.d/x2go.list
</code>
@@ -54,19 +57,32 @@
# X2Go Repository (sources of nightly builds)
#deb-src http://packages.x2go.org/debian stretch extras heuler
</file>
- **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''.
+ <note warning>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.</note>
==== Synchronize the Newly Added Repository's Metadata ====
Please perform an update of your APT package database:
<code bash>
$ apt-get update
</code>
+
+ <note important>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:
+ \\ \\
+ <code bash>
+ $ apt-get update --allow-insecure-repositories
+ </code>
+
+ Otherwise, please try to first fetch the key again as outlined in the bootstrapping instructions.
+ </note>
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:
<code
bash>
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
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
</code>
- 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...
<code bash>
$ apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
</code>
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
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/