Não é possível instalar o Jitsi Meet no Lubuntu

Não é possível instalar o Jitsi Meet no Lubuntu

Estou usando o Lubuntu 19.10 e quero instalar o jitsi meet. Eu segui estes passos:https://jitsi.org/downloads/ubuntu-debian-installations-instructions/. Que são:

wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -

então

sudo sh -c "echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list"

então

sudo apt-get -y update

e finalmente

sudo apt-get -y install jitsi-meet

No entanto, recebo os seguintes erros no final do processo:

dpkg: error processing package jitsi-meet-web-config (--configure):
 installed jitsi-meet-web-config package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 jitsi-meet-web-config
E: Sub-process /usr/bin/dpkg returned an error code (1) 

Como posso resolver esse erro?

informação relacionada