Dear list, 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' 2. What debian says: curl -fsSL https://download.jitsi.org/jitsi-key.gpg.key | sq -o /usr/share/keyrings/jitsy- key.gpg.key dearmor alternatively curl -fsSL https://download.jitsi.org/jitsi-key.gpg.key | gpg -o /usr/share/keyrings/jitsy-key.gpg --dearmor 3.What I also did: Copied the key to /usr/share/keyrings/ No success. Copied the key to /etc/apt/trusted.gpg.d/ No success. 4. Full of despair tried "apt-key add" - deprecated! No success. What did I wrong? I also downloaded the key from the repository with a browser and copied them (not using curl or wget in the commandline). No I am lost, as there are several ways told in th eweb, but mostly Ubuntu based and maybe not tested for debian. And: all are doing different! Did I miss something else? Sadly apt-key is gone.... Best Hans