LubuntuにJitsi Meetをインストールできない

LubuntuにJitsi Meetをインストールできない

Lubuntu 19.10を使用していますが、jitsi Meetをインストールしたいと思います。私は次のステップに従いました。https://jitsi.org/downloads/ubuntu-debian-installations-instructions/。どれ:

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

それから

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

それから

sudo apt-get -y update

ついに

sudo apt-get -y install jitsi-meet

ただし、プロセスが終了すると、次のエラーが発生します。

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) 

このエラーをどのように解決できますか?

ベストアンサー1

おすすめ記事