在Ubuntu 16.10上安装Julia语言的问题

时间:2016-10-27 14:58:04

标签: ubuntu julia

我按照here的说明操作(参见Ubuntu部分)。它说我要做

sudo add-apt-repository ppa:staticfloat/juliareleases
sudo add-apt-repository ppa:staticfloat/julia-deps
sudo apt-get update

然后是命令

sudo apt-get install julia

给我

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:
 julia : Depends: libcholmod1.7.1 but it is not installable or
              libcholmod2.1.2 but it is not installable or
              libcholmod3.0.6 but it is not installable
     Depends: libumfpack5.4.0 but it is not installable or
              libumfpack5.6.2 but it is not installable or
              libumfpack5.7.1 but it is not installable
E: Unable to correct problems, you have held broken packages.

我正在使用Xubuntu 16.10。

你能帮我理解发生了什么以及如何解决它吗?

1 个答案:

答案 0 :(得分:1)

PPA不再更新,应该使用通用Linux二进制文件,请参阅https://github.com/JuliaLang/julia/issues/19136