Ubuntu PPA

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

Ubuntu PPA

Brad Selfridge
I un-installed Pharo and Pharo Launcher (from command line). I then ran the following commands to install Pharo 5 and Pharo Launcher and I wind up with the old Pharo 4.0 Launcher - not 5.0.   The website is extremely vague and ambiguous especially when it refers to Ubuntu.

Have the Ubuntu PPA's not been kept up to date? If not, then how does one install for Ubuntu?


sudo add-apt-repository ppa:pharo/stable
sudo dpkg --add-architecture i386
sudo apt-get update

sudo apt-get install pharo-vm-core
sudo apt-get install pharo-launcher  

 
Brad Selfridge
Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu PPA

Pharo Smalltalk Users mailing list
On 1 August 2016 at 17:31, Brad Selfridge <[hidden email]> wrote:
> I un-installed Pharo and Pharo Launcher (from command line). I then ran the
> following commands to install Pharo 5 and Pharo Launcher and I wind up with
> the old Pharo 4.0 Launcher - not 5.0.   The website is extremely vague and
> ambiguous especially when it refers to Ubuntu.
>
> Have the Ubuntu PPA's not been kept up to date? If not, then how does one
> install for Ubuntu?
>

Just download the 'one-click' zip from
http://pharo.org/gnu-linux-installation extract it and run 'pharo'
script.

>
> sudo add-apt-repository ppa:pharo/stable
> sudo dpkg --add-architecture i386
> sudo apt-get update
>
> sudo apt-get install pharo-vm-core
> sudo apt-get install pharo-launcher
>
>
>
>
>
> -----
> Brad Selfridge
> --
> View this message in context: http://forum.world.st/Ubuntu-PPA-tp4909031.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu PPA

Brad Selfridge
Thanks you for your answer, but this doesn't include the Pharo Launcher.
Brad Selfridge
Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu PPA

Pharo Smalltalk Users mailing list
On 1 August 2016 at 19:30, Brad Selfridge <[hidden email]> wrote:
> Thanks you for your answer, but this doesn't include the Pharo Launcher.
>
>

https://ci.inria.fr/pharo/view/all/job/Launcher-Linux/lastSuccessfulBuild/artifact/latest-linux.zip

Or you can load it from 'Catalog Browser' I think.



>
> -----
> Brad Selfridge
> --
> View this message in context: http://forum.world.st/Ubuntu-PPA-tp4909031p4909041.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu PPA

Brad Selfridge
That's the source code for the Pharo Launcher. I was looking for the the image file. I found one and have it working now.

Thanks for response.
Brad Selfridge