Nov. 22, 2016
2:50 p.m.
Igor, For future reference,
On 22 Nov 2016, at 11:17, Sven Van Caekenberghe <sven@stfx.eu> wrote:
(this is what I use for headless)
sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 sudo apt-get install libssl1.0.0:i386 sudo apt-get install libfreetype6:i386
On a fresh Ubuntu 16.04.1 LTS 64-bit I did the above
(you might need more for full UI)
And then just one other install sudo apt-get install libgl1-mesa-glx:i386 which installed lots of dependencies. After that I was able to run the download get.pharo.org/60+vm in UI mode (using pharo-ui). Sven