No puedo instalar Jitsi Meet en Lubuntu

No puedo instalar Jitsi Meet en Lubuntu

Estoy usando Lubuntu 19.10 y quiero instalar jitsi meet. Seguí estos pasos:https://jitsi.org/downloads/ubuntu-debian-installations-instructions/. cuales son:

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

entonces

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

entonces

sudo apt-get -y update

y finalmente

sudo apt-get -y install jitsi-meet

Sin embargo, recibo los siguientes errores al final del proceso:

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) 

¿Cómo puedo resolver este error?

información relacionada