Am Sonntag, 22. September 2024, 19:05:35 CEST schrieb Charles Curley: > On Sun, 22 Sep 2024 18:44:04 +0200 > > Hans <hans.ullr...@loop.de> wrote: > > I want to install jitsi-meet in Debian 12, but whatever I do, the > > system does not accept the key for the repo. > > > > There are several ways documented, but none of them is working. And > > some of them are mixed with Ubuntu. But Ubuntu is not debian! This is > > what I tried: > > > > 1. What the jitsi-site says: > > curl https://download.jitsi.org/jitsi-key.gpg.key | sudo sh -c 'gpg > > --dearmor > /usr/share/ keyrings/jitsi-keyring.gpg' > > When you do these things, *exactly* what results do you get? Copy and > paste the entire command line, including the prompt, the results, and > the next command line prompt. > > In the line above, is there a typo: should there be a space between > "/share/" and "keyrings"?
This is an eample: curl -fsSL https://download.jitsi.org/jitsi-key.gpg.key | gpg -o /usr/share/keyrings/jitsy-key.gpg --de armor No error messages! Then LANG=C apt-get update Hit:1 http://deb.debian.org/debian bookworm InRelease Hit:2 http://security.debian.org/debian-security bookworm-security InRelease Hit:3 http://dl.winehq.org/wine-builds/debian bookworm InRelease Hit:4 http://downloads.metasploit.com/data/releases/metasploit-framework/apt lucid InRelease Hit:5 http://deb.debian.org/debian bookworm-updates InRelease Hit:6 http://download.opensuse.org/repositories/home:/cabelo/Debian_12 InRelease Hit:7 http://deb.debian.org/debian bookworm-backports InRelease Hit:8 https://linux.teamviewer.com/deb stable InRelease Hit:9 http://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.3:/stable/Debian_12 InRelease Hit:10 https://fasttrack.debian.net/debian-fasttrack bookworm-fasttrack InRelease Hit:11 https://updates.signal.org/desktop/apt xenial InRelease Hit:12 https://fasttrack.debian.net/debian-fasttrack bookworm-backports-staging InRelease Hit:13 https://deb.opera.com/opera-stable stable InRelease Get:14 https://download.jitsi.org stable/ InRelease [1682 B] Err:14 https://download.jitsi.org stable/ InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B4D2D216F1FD7806 Output directory /var/lib/debtags/ does not exist Reading package lists... Done W: GPG error: https://download.jitsi.org stable/ InRelease: The following signatures couldn't be verified because the pub lic key is not available: NO_PUBKEY B4D2D216F1FD7806 E: The repository 'https://download.jitsi.org stable/ InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. No key recognized. And the entry in /etc/apt/sources.list.d/jitsi-stable.list is this: deb [signed-by=/usr/share/keyrings/jitsi-keyring.gpg] https://download.jitsi.org stable Should be all ok, but it isn't. Best Hans