Julia 0.3.0:librmath-julia-dev无法安装

Mag*_*eek 3 julia ubuntu-12.04

我想在Ubuntu 12.04上从julianightlies安装julia 0.3.0.我可以安装0.2.1就好了.我补充道

deb http://ppa.launchpad.net/staticfloat/julianightlies/ubuntu precise main 
deb-src http://ppa.launchpad.net/staticfloat/julianightlies/ubuntu precise main 
Run Code Online (Sandbox Code Playgroud)

手动到我的/etc/apt/sources.list 我跑的时候

sudo apt-get update
sudo apt-get install julia
Run Code Online (Sandbox Code Playgroud)

我收到以下错误:

The following packages have unmet dependencies:
 julia : Depends: librmath-julia-dev but it is not installable
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)

编辑:启用所有repos后,它仍然会给出相同的错误.

这是我尝试通过命令行添加repo时得到的结果:

USER:~$ sudo add-apt-repository ppa:staticfloat/julianightlies
Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 128, in <module>
    ppa_info = get_ppa_info_from_lp(user, ppa_name)
  File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 84, in get_ppa_info_from_lp
    curl.perform()
pycurl.error: (35, 'gnutls_handshake() failed: A TLS packet with unexpected length was received.')
Run Code Online (Sandbox Code Playgroud)

当我下载.deb文件并在包管理器中打开它时,我收到警告:

depdendency is not satisfiable librmath-julia-dev
Run Code Online (Sandbox Code Playgroud)

Mag*_*eek 5

这个问题结束了,我还需要添加PPA:staticfloat /朱莉娅- DEPS我的sources.list,描述在这里.

我的其他问题来自我的网络强加的一些互联网配置,导致尝试通过命令行添加ppa失败.手动添加它们工作正常.