Installation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Installation

Rodrigo Coimbra
How do I definitely install Pharo on Ubuntu 15.04?
Reply | Threaded
Open this post in threaded view
|

Re: Installation

Offray
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
Reply | Threaded
Open this post in threaded view
|

Re: Installation

Clément Béra
In reply to this post by Rodrigo Coimbra
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 <[hidden email]>:
How do I definitely install Pharo on Ubuntu 15.04?

Reply | Threaded
Open this post in threaded view
|

Re: Installation

EuanM
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 <[hidden email]> 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
> <[hidden email]>:
>>
>> How do I definitely install Pharo on Ubuntu 15.04?
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Installation

philippeback
In reply to this post by Clément Béra
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 <[hidden email]> 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 <[hidden email]>:
How do I definitely install Pharo on Ubuntu 15.04?


Reply | Threaded
Open this post in threaded view
|

Re: Installation

Rodrigo Coimbra
In reply to this post by Rodrigo Coimbra
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 <[hidden email]> escreveu:


How do I definitely install Pharo on Ubuntu 15.04?



Captura de tela de 2015-12-02 22:34:44.png (80K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Installation

Offray
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 [hidden email] escreveu:


How do I definitely install Pharo on Ubuntu 15.04?



Reply | Threaded
Open this post in threaded view
|

Re: Installation

Rodrigo Coimbra
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 <[hidden email]> 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 [hidden email] escreveu:


How do I definitely install Pharo on Ubuntu 15.04?