apt - Problems installing Julia language - Ask Ubuntu
i'm following instructions here (see ubuntu section). says me do
sudo add-apt-repository ppa:staticfloat/juliareleases sudo add-apt-repository ppa:staticfloat/julia-deps sudo apt-get update
but command
sudo apt-get install julia
gives me
reading package lists... done building dependency tree reading state information... done packages not installed. may mean have requested impossible situation or if using unstable distribution required packages have not yet been created or been moved out of incoming. following information may resolve situation: following packages have unmet dependencies: julia : depends: libcholmod1.7.1 not installable or libcholmod2.1.2 not installable or libcholmod3.0.6 not installable depends: libumfpack5.4.0 not installable or libumfpack5.6.2 not installable or libumfpack5.7.1 not installable e: unable correct problems, have held broken packages.
i using xubuntu 16.10.
can please me understand going on , how solve it?
it seems have broken packages. fix problem, might want try entering terminal:
sudo sh -c "apt-get update;apt-get dist-upgrade;apt-get autoremove;apt-get autoclean"
also enter terminal:
sudo apt --fix-broken install
this should fix broken packages. try installing julia again.
Comments
Post a Comment