对于Ubuntu,我不是很了解。我想安装Jitsi,因为我不知道有一个web应用程序。在安装过程中,我遇到了一个错误,我试图解决这个错误,但没有设法解决。因为我被告知它可以通过浏览器访问,所以我忽略了它。现在我想定制我的终端,但是当尝试安装新的软件包时,会出现以下错误:
The given hostname does not exist in the config
dpkg: error processing package jitsi-meet-prosody (--configure):
installed jitsi-meet-prosody package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of jitsi-meet:
jitsi-meet depends on jitsi-meet-prosody (= 1.0.3928-1); however:
Package jitsi-meet-prosody is not configured yet.
dpkg: error processing package jitsi-meet (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of jitsi-meet-turnserver:
jitsi-meet-turnserver depends on jitsi-meet-prosody; however:
Package jitsi-meet-prosody is not configured yet.
dpkg: error processing package jitsi-meet-turnserver (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
jitsi-meet-prosody
jitsi-meet
jitsi-meet-turnserver
E: Sub-process /usr/bin/dpkg returned an error code (1)发布于 2020-04-20 04:43:19
尝试使用以下方法完成完全卸载:
apt-get purge jigasi jitsi-meet jitsi-meet-web-config jitsi-meet-prosody jitsi-meet-turnserver jitsi-meet-web jicofo jitsi-videobridge2然后,使用这里的说明重新安装:
https://jitsi.org/downloads/ubuntu-debian-installations-instructions/
具体地说:
sudo apt-get -y install jitsi-meet从终点站窗口。
注意:当提示输入用于DNS配置的FQDN时,使用类似于meet.jit.si而不是localhost的内容。
下面是我看到这个页面的URL:
https://github.com/jitsi/jitsi-meet/issues/5053/
通过加载浏览器(例如Chrome或Safari)并加入现有的jitsi会议,或者转到meet.jit.si创建一个新的会议来测试您的安装。
发布于 2020-06-02 06:36:19
尝试:
apt autoremove然后:
apt-get --purge remove jitsi-meet jitsi-meet-web jitsi-meet-prosody jitsi-meet-web-config jicofo jitsi-videobridge这将删除您不想使用的jitsi包。
发布于 2021-01-12 07:42:04
如果您尝试更改韵律配置,则不会自动删除它。
sudo apt purge jigasi jitsi-meet jitsi-meet-web-config jitsi-meet-prosody jitsi-meet- turnserver jitsi-meet-web jicofo jitsi-videobridge2
apt autoremove
/etc/prosody和/etc/jitsi
apt-get -y install jitsi-meet
https://askubuntu.com/questions/1222768
复制相似问题