【问题标题】:BigBlueButton: unmet dependencies on Ubuntu 10.04BigBlueButton:对 Ubuntu 10.04 的未满足依赖关系
【发布时间】:2013-11-20 13:51:42
【问题描述】:

我尝试在 Ubuntu 10.04.4 LTS 上安装最新版本的 BigBlueButton

我遵循本指南:https://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu

在第 5 步,我收到以下错误消息:

#apt-get install bigbluebutton
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:
  bigbluebutton: Depends: bbb-config but it is not going to be installed
E: Broken packages

我尝试安装 bbb-config:

# apt-get install bbb-config
bbb-config: Depends: `enter code here`bbb-web but it is not going to be installed

然后是 bbb-web

# apt-get install bbb-web
bbb-web: Depends: bbb-openoffice-headless but it is not going to be installed

然后是 bbb-openoffice-headless

# apt-get install bbb-openoffice-headless
bbb-openoffice-headless: Depends: openoffice.org but it is not going to be installed

BBB 0.81 需要 LibreOffice,不是吗? (已安装)

【问题讨论】:

    标签: ubuntu ubuntu-10.04 bigbluebutton


    【解决方案1】:

    我是 BigBlueButton 的开发人员之一。您是否已经为 OpenOffice 安装了存根包。

    BigBlueButton 依赖于 OpenOffice,但以下(取自文档)将安装一个存根页面,因此它不会引入其余的 OpenOffice 代码。

    wget http://bigbluebutton.googlecode.com/files/openoffice.org_1.0.4_all.deb
    sudo dpkg -i openoffice.org_1.0.4_all.deb
    

    另外,您能否检查一下您是否已经安装了 OpenOffice。

    dpkg -l | grep office
    

    如果是这样,请删除所有软件包,然后尝试按照步骤重新安装 libreoffice。见https://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu#2._Install_LibreOffice

    问候,...弗雷德

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-01-13
      • 2016-07-10
      • 2021-01-12
      • 2017-07-17
      • 1970-01-01
      • 1970-01-01
      • 2020-08-17
      • 1970-01-01
      相关资源
      最近更新 更多