ubuntu - 在 Ubuntu 16.10 上安装 Julia 语言时出现问题

标签 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。

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

最佳答案

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

关于ubuntu - 在 Ubuntu 16.10 上安装 Julia 语言时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40287937/

相关文章:

ubuntu - 如何从我的 ubuntu-16.04 服务器中删除 redis

dataframe - 如何将缺失值插入到 Julia 的数据框中

jupyter-notebook - 在 Julia 中添加包的问题

loops - Julia for 循环中的迭代索引

julia - 为什么在DifferentialEquations.jl中同时使用tableau和显式求解器?

mysql - 删除 innodb_status.* 文件是否安全?

linux - 查找最早访问的文件

ubuntu - s3fs:AWS 消息:访问被拒绝 Ubuntu 11.10

在 ubuntu 中使用 wine 在 R 中运行 Windows 可执行文件

indexing - 如何在一行中更改大于5到5的数组元素?