Did you try: sudo add-apt-repository ppa:staticfloat/juliareleases
sudo add-apt-repository ppa:staticfloat/julia-deps sudo apt-get update sudo apt-get install julia You need to have the correct ppa enabled! Uwe On Friday, July 15, 2016 at 3:49:04 PM UTC+2, Ahmed Mazari wrote: > > How to install julia 0.4.6 in ubuntu ? > > l tried > sudo apt-get install julia=v0.4.6 but it's not working > > On Sunday, May 22, 2016 at 12:27:37 PM UTC+2, Nils Gudat wrote: >> >> Slightly stupid question from someone who is forced to use Linux on a >> server: how can I get the latest stable version as opposed ot the dev >> release? >> I followed the instructions from here ( >> http://julialang.org/downloads/platform.html), but always end up with a >> 44-day old 0.5 master version installed... >> >