无法在ubuntu上安装libnuma-dev

时间:2017-08-19 19:55:42

标签: linux ubuntu install numa

我安装了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.

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

2 个答案:

答案 0 :(得分:1)

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

答案 1 :(得分:0)

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