-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Can not use APT-repo for Debian 12 from packages.matrix.org #16067
Comments
Moved the keyfile to /etc/apt/keyrings/ and now it is working. The "signed-by"-part in the repo-file is redirected to the new path as well. The installation guide should be updated. (https://wiki.debian.org/DebianRepository/UseThirdParty) |
I was not able to reproduce this myself in a docker container. docker run -it debian:12
apt update
apt install -y lsb-release wget apt-transport-https
wget -O /usr/share/keyrings/matrix-org-archive-keyring.gpg https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/matrix-org-archive-keyring.gpg] https://packages.matrix.org/debian/ $(lsb_release -cs) main" |
tee /etc/apt/sources.list.d/matrix-org.list
apt update
apt install matrix-synapse-py3
I am very unfamiliar with Debian packaging, but I am not convinced this is correct. The wiki you link to says
and indeed we do provide a keyring package, see #10389, matrix-org/pkg-repo-configs#16 and #15110. |
And now I can't reproduce this either. Sorry about the noise! |
No worries, thanks for confirming! |
Description
When following https://matrix-org.github.io/synapse/latest/setup/installation.html install guide for Debian 12 (bookworm), the apt-program can't vailidate the matrix-packages signing key.
Steps to reproduce
Homeserver
N/A
Synapse Version
N/A
Installation Method
Debian packages from packages.matrix.org
Database
N/A
Workers
Single process
Platform
Proxmox hypvervisor with a virtual machine running Debian 12. Specs: 2 vCPU, 4GiB RAM, 40GiB Disk.
Configuration
N/A
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: