I've been compiling install instructions for the various Smalltalks on the various platforms at:
Beginning to Smalltalk : How to get a Smalltalk installed and running: http://beginningtosmalltalk.blogspot.co.uk/2015/11/how-to-get-smalltalk-up-and-running.html Video of the latest production versions of Pharo and Squeak running side-by-side on the Raspberry Pi version of Debain Linux is at: http://smalltalk.uk.to/SmalltalkOnPi.html On 2 December 2015 at 17:26, Clément Bera <[email protected]> wrote: > Have you tried this (from this page: > http://pharo.org/gnu-linux-installation#ubuntu-ppa-headless-vm ): > > Ubuntu (ppa) > > Ubuntu users can use the dedicated ppa to install Pharo in various ways: > > Install the headless Pharo VM only > > sudo add-apt-repository ppa:pharo/stable > sudo dpkg --add-architecture i386 > sudo apt-get update > sudo apt-get install pharo-vm-core > > Install PharoLauncher, our experimental new GUI Dashboard > > sudo add-apt-repository ppa:pharo/stable > sudo dpkg --add-architecture i386 > sudo apt-get update > sudo apt-get install pharo-launcher > > If you don't have the add-apt-repository command, google is your best bet as > getting it varies by distribution version > For reference, the ppa page on launchpad.net > > > > 2015-12-02 17:26 GMT+01:00 Rodrigo Coimbra > <[email protected]>: >> >> How do I definitely install Pharo on Ubuntu 15.04? > >
