E: Conflicting values set for option Signed-By regarding source https://download.jitsi.org/ stable/: /usr/share/keyrings/jitsi-keyring.gpg !=
E: The list of sources could not be read.
E: Conflicting values set for option Signed-By regarding source https://download.jitsi.org/ stable/: /usr/share/keyrings/jitsi-keyring.gpg !=
E: The list of sources could not be read.
How did you uninstall?
sudo apt purge jigasi jitsi-meet jitsi-meet-web-config jitsi-meet-prosody jitsi-meet-turnserver jitsi-meet-web jicofo jitsi-videobridge2
Try this:
sudo rm /usr/share/keyrings/jitsi-keyring.gpg
sudo curl https://download.jitsi.org/jitsi-key.gpg.key | sudo sh -c 'gpg --dearmor > /usr/share/keyrings/jitsi-keyring.gpg'
sudo apt update
Then try installing.
root@meet:~# sudo rm /usr/share/keyrings/jitsi-keyring.gpg
rm: cannot remove ‘/usr/share/keyrings/jitsi-keyring.gpg’: No such file or directory
root@meet:~# sudo curl https://download.jitsi.org/jitsi-key.gpg.key | sudo sh -c ‘gpg --dearmor > /usr/share/keyrings/jitsi-keyring.gpg’
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3114 100 3114 0 0 3587 0 --:–:-- --:–:-- --:–:-- 3583
root@meet:~# sudo apt update
E: Conflicting values set for option Signed-By regarding source https://download.jitsi.org/ stable/: /usr/share/keyrings/jitsi-keyring.gpg !=
E: The list of sources could not be read.
Remove all lines containing the word jitsi, from /etc/apt/sources.list and then follow all steps…