-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update Debian install instructions, apt-key deprecated, new source format #3485
Comments
Since the current instructions still work, this is unlikely to be worked on just yet. |
See also #3446 |
Run this command: sudo wget -O "/usr/share/keyrings/antoine-martin.gpg" https://xpra.org/gpg-2022.asc Then download the appropriate repository file from the Download § for Debian based disributions table and modify it to include that signing key as an option: Like this:
If there's already an options section, it's space-delimited (see my notes):
I chose to use Antoine's name for the key since it identifies itself as his personal key. You may prefer to call it To update the docs, just update the files and the code block with my command. (Update: the .sources format in this ticket's description is an alternative to the more traditional .list format and should also work. It'll make git diffs more legible, but given the syntax I've outlined, they're functionally equivalent.) |
@adamhotep thanks, do you happen to know which distributions support this format and which don't? (from both Ubuntu and Debian) |
Ubuntu and Debian develop APT together and coordinate releases to reduce this confusion, especially for the apt-key deprecation given its security concerns. See also apt-key Is Deprecated, which notes that this applies to "Debian, Ubuntu, Linux Mint, Pop!_OS, etc." |
Users have criticised the download page for DEB package as being too complicated. |
This is apparently unnecessary. Just use the armored key from |
You might want to update the Debian / Ubuntu installation instructions on https://github.com/Xpra-org/xpra/wiki/Download#-linux
Instead of adding keys with apt-key, one should add non-armored gpg keys in a file in folder
/usr/share/keyrings/
. For this I changed your key withand moved the resulting file to
/usr/share/keyrings/xpra.gpg
.The new source format then allows to specify, which key should be used to sign packages of which repository. The new format used the file extension
.sources
. So in/etc/apt/sources.list.d/xpra.sources
I put:For more details:
Thank you!
The text was updated successfully, but these errors were encountered: