After running Julia on MacOS decided to give a try on my Linux machine (i7 Haswell running 13.04 raring).
sudo apt-get install julia I got the following: Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libamd2.2.0 libarpack2 libcholmod1.7.1 libcolamd2.7.1 libdouble-conversion0 libfftw3-3 liblapack3 libopenblas-base librmath-base librmath-dev libumfpack5.4.0 libunwind8 Suggested packages: ess libfftw3-bin libfftw3-dev The following NEW packages will be installed: julia libamd2.2.0 libarpack2 libcholmod1.7.1 libcolamd2.7.1 libdouble-conversion0 libfftw3-3 liblapack3 libopenblas-base librmath-base librmath-dev libumfpack5.4.0 libunwind8 0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded. Need to get 5,252 kB/22.3 MB of archives. After this operation, 72.1 MB of additional disk space will be used. Do you want to continue [Y/n]? y WARNING: The following packages cannot be authenticated! libunwind8 libdouble-conversion0 liblapack3 libfftw3-3 libarpack2 Install these packages without verification [y/N]? y Err http://us.archive.ubuntu.com/ubuntu/ raring/main libunwind8 amd64 1.0.1-4ubuntu2 404 Not Found [IP: 91.189.91.13 80] Err http://us.archive.ubuntu.com/ubuntu/ raring/main liblapack3 amd64 3.4.2-1~exp3 404 Not Found [IP: 91.189.91.13 80] Err http://us.archive.ubuntu.com/ubuntu/ raring/universe libfftw3-3 amd64 3.3.3-2ubuntu1 404 Not Found [IP: 91.189.91.13 80] Err http://us.archive.ubuntu.com/ubuntu/ raring/universe libarpack2 amd64 3.1.2-2~exp1 404 Not Found [IP: 91.189.91.13 80] Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libu/libunwind/libunwind8_1.0.1-4ubuntu2_amd64.deb 404 Not Found [IP: 91.189.91.13 80] Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/l/lapack/liblapack3_3.4.2-1~exp3_amd64.deb 404 Not Found [IP: 91.189.91.13 80] Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/universe/f/fftw3/libfftw3-3_3.3.3-2ubuntu1_amd64.deb 404 Not Found [IP: 91.189.91.13 80] Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/universe/a/arpack/libarpack2_3.1.2-2~exp1_amd64.deb 404 Not Found [IP: 91.189.91.13 80] Unable to correct missing packages. E: Aborting install. So I check the us.archive.ubuntu.com and indeed path and/or file just do not exist. For example their is no "raring" directory under us.archive.ubuntu.com/ubuntu/ I get the same kind of error if I run a "apt-get update". What am I missing? Please advise. Thanks, -Eric
