Rodrigo, On 02/12/15 11:26, Rodrigo Coimbra wrote:
How do I definitely install Pharo on Ubuntu 15.04?
Have you tested the instructions for Gnu/Linux (including Ubuntu) here: http://pharo.org/gnu-linux-installation They are for 14.04, but they should work and if not, a more focused question after you test what's working and what's not could help us to help you better. Cheers, Offray
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 <https://ci.inria.fr/pharo-contribution/job/PharoBookWorkInProgress/lastSucce...>, 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 <https://www.google.com/search?q=add-apt-repository+not+found> is your best bet as getting it varies by distribution version - For reference, the ppa page on launchpad.net <https://launchpad.net/~pharo/+archive/ubuntu/stable> 2015-12-02 17:26 GMT+01:00 Rodrigo Coimbra < rodrigotavarescoimbra@yahoo.com.br>:
How do I definitely install Pharo on Ubuntu 15.04?
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-a... 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 <bera.clement@gmail.com> 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 <rodrigotavarescoimbra@yahoo.com.br>:
How do I definitely install Pharo on Ubuntu 15.04?
I had a look at my install in ubuntu 14.04 and upgraded successfully with the provided procedure. Now I do see that there is a phratch package (in synaptic) but it can't be installed. It asks for pharo-vm-core, which is there. There is a glitch somewhere... Phil On Wed, Dec 2, 2015 at 6:26 PM, Clément Bera <bera.clement@gmail.com> 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 <https://ci.inria.fr/pharo-contribution/job/PharoBookWorkInProgress/lastSucce...>, 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 <https://www.google.com/search?q=add-apt-repository+not+found> is your best bet as getting it varies by distribution version - For reference, the ppa page on launchpad.net <https://launchpad.net/~pharo/+archive/ubuntu/stable>
2015-12-02 17:26 GMT+01:00 Rodrigo Coimbra < rodrigotavarescoimbra@yahoo.com.br>:
How do I definitely install Pharo on Ubuntu 15.04?
I've tried the tutorial available at http://pharo.org/gnu-linux-installation and I had this screen: Em Quarta-feira, 2 de Dezembro de 2015 14:26, Rodrigo Coimbra <rodrigotavarescoimbra@yahoo.com.br> escreveu: How do I definitely install Pharo on Ubuntu 15.04?
Rodrigo, That screen means you're going fine. Next thing is to select an image in the left and click on the play button to open it. Cheers, Offray On 02/12/15 19:40, Rodrigo Coimbra wrote:
I've tried the tutorial available at http://pharo.org/gnu-linux-installation and I had this screen:
Em Quarta-feira, 2 de Dezembro de 2015 14:26, Rodrigo Coimbra <rodrigotavarescoimbra@yahoo.com.br> escreveu:
How do I definitely install Pharo on Ubuntu 15.04?
Thank you Offray! I need Pharo to apply Moose platform...I'm already working on it! Cheers Em Quinta-feira, 3 de Dezembro de 2015 20:43, Offray Vladimir Luna Cárdenas <offray@riseup.net> escreveu: Rodrigo, That screen means you're going fine. Next thing is to select an image in the left and click on the play button to open it. Cheers, Offray On 02/12/15 19:40, Rodrigo Coimbra wrote: I've tried the tutorial available at http://pharo.org/gnu-linux-installation and I had this screen: Em Quarta-feira, 2 de Dezembro de 2015 14:26, Rodrigo Coimbra <rodrigotavarescoimbra@yahoo.com.br> escreveu: How do I definitely install Pharo on Ubuntu 15.04?
participants (5)
-
Clément Bera -
EuanM -
Offray Vladimir Luna Cárdenas -
phil@highoctane.be -
Rodrigo Coimbra