Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/28.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux 无法在ubuntu上安装libnuma dev_Linux_Ubuntu_Installation_Numa - Fatal编程技术网

Linux 无法在ubuntu上安装libnuma dev

Linux 无法在ubuntu上安装libnuma dev,linux,ubuntu,installation,numa,Linux,Ubuntu,Installation,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

我通过以下方式安装了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
软件包版本,而与您当前安装的基本软件包相对应的版本显然不再可用。

听起来Ubuntu的软件包存储库又一次被破坏了。不管怎样,Ubuntu 14.04?2017年真的有必要吗?从所有长期发行的发行版来看,imho,Ubuntu是老化最差的发行版,所以,我强烈建议更新到16.04。所以,问题是Ubuntu版本,对吗?老实说,Ubuntu的发行工程质量似乎有问题,但这是我对Canonical的一个普遍不满,这真的不是我们应该讨论的问题。在这里,更新Ubuntu是一个很好的解决方案。你尝试过升级你的系统吗?我害怕丢失数据。不管怎样,我希望你有备份。