我现在尝试在树莓树上安装jitsi-meet,但是没有成功。
我尝试使用Rasperian和Ubuntu Server作为基础操作系统。
我安装了Java和nginx作为先决条件(正如here所提到的)。
但我仍然会遇到以下错误:
root@ubuntu:/home/ubuntu# apt install jitsi-meet
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
jitsi-meet : Depends: jitsi-videobridge (= 1124-1) but it is not installable
Depends: jicofo (= 1.0-481-1) but it is not installable
E: Unable to correct problems, you have held broken packages.有什么想法吗?
发布于 2019-11-24 22:18:22
我想我找到了原因--基于arm的系统没有软件包:
https://stackoverflow.com/questions/59016627
复制相似问题