I just had all sort of the troubles trying to install Pharo on Ubuntu 14.04 x64. I followed different routes and (sub)sets of instructions, but always come to either crashing or freezing.
And then, next day, everything just started to work normally. So, I conclude, that *REBOOT is necessary at some (final) stage* (which is not obvious thing in Linux world). Trouble is I don't know at which stage, and which combination of actions gives me working environment. Maybe I need to make some experimentation to make this clear, but trouble I don't know how to set my system to "fresh" condition, except of re-installing it. 2015-07-27 20:02 GMT+03:00 Sean P. DeNigris <[email protected]>: > Andy Jones wrote > > since the instructions at > > http://pharo.org/gnu-linux-installation#64-bit-System-Setup seem to be > out > > of date... > > Note that there is no ia32-libs package on Jessie, as far as I can tell. > > The instructions, under "Ubuntu 14.04 and Later", link to > http://pharo.org/gnu-linux-installation#ubuntu-ppa-headless-vm , which > advises: > sudo add-apt-repository ppa:pharo/stable > sudo dpkg --add-architecture i386 > sudo apt-get update > sudo apt-get install pharo-vm-core > > Did you try that? > > > > ----- > Cheers, > Sean > -- > View this message in context: > http://forum.world.st/Linux-Install-problems-but-eventually-successful-tp4839294p4839637.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > >
