【问题标题】:Install Meson and Ninja (one removes the other)安装介子和忍者(一个删除另一个)
【发布时间】:2018-01-30 20:52:14
【问题描述】:

要安装jsoncpp,https://github.com/open-source-parsers/jsoncpp

说明:“首先,安装介子(需要Python3)和忍者”

运行 sudo apt-get install meson ninja 结果:

sudo apt-get install meson ninja
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:
 meson : Depends: ninja-build but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

尝试安装ninja删除介子,安装介子删除ninja

【问题讨论】:

    标签: ninja meson-build


    【解决方案1】:

    ninja 构建系统的正确 Debian 软件包是 ninja-build

    sudo apt-get install meson ninja-build

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-11-10
      • 1970-01-01
      • 2015-01-15
      相关资源
      最近更新 更多