Make sure you're using the release ppa (sudo add-apt-repository ppa:staticfloat/juliareleases)and not the nightlies ppa (sudo apt-add-repository ppa:staticfloat/julianightlies). Try
sudo apt-add-repository --remove ppa:staticfloat/julianightlies sudo apt-add-repository ppa:staticfloat/juliareleases sudo apt-get update sudo apt-get install --reinstall julia (not positive on the last command, but it's worth a try). See http://askubuntu.com/questions/307/how-can-ppas-be-removed for removing repos. On Friday, July 22, 2016 at 3:43:21 PM UTC-8, Christopher Fisher wrote: > > Hi all- > > I'm trying reinstall Julia .4.6 on Ubuntu 16.04. For some reason when I > follow the platform specific instructions, > <http://julialang.org/downloads/platform.html> it installs .5.0 dev > instead of the stable version .4.6. Is there a way to install .4.6? > Unfortunately, .5 dev is unstable and doesn't work with Juno. > > Thanks in advance for your help. >
