Jitsi Meet kann auf Lubuntu nicht installiert werden

Jitsi Meet kann auf Lubuntu nicht installiert werden

Ich verwende Lubuntu 19.10 und möchte Jitsi Meet installieren. Ich habe diese Schritte befolgt:https://jitsi.org/downloads/ubuntu-debian-installations-instructions/. Welche sind:

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

Dann

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

Dann

sudo apt-get -y update

und schlussendlich

sudo apt-get -y install jitsi-meet

Allerdings erhalte ich am Ende des Vorgangs folgende Fehlermeldung:

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) 

Wie kann ich diesen Fehler beheben?

verwandte Informationen