无法在 ubuntu 上安装 libnuma-dev



我通过以下方式安装了libnuma-dev:

sudo apt-get install libnuma-dev

但我得到:

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:
libnuma-dev : Depends: libnuma1 (= 2.0.8~rc3-1) but 2.0.9~rc5-1ubuntu3.14.04.2 is to be installed
E: Unable to correct problems, you have held broken packages.

我尝试卸载并重新安装,但它不起作用。谁能帮我?多谢!

将系统更新到最新版本。这就是导致问题的原因!

您需要将libnuma1升级到最新版本。它设置为需要完全相同的-dev包版本,并且与您当前安装的基本包相对应的版本显然不再可用。

相关内容

  • 没有找到相关文章

最新更新