1

I'm having trouble installing Pharo on Ubuntu 14.10:

Following those instructions here:

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

And the last one say there is a dependency problem. pharo-vm-core : Dépend: pharo-vm-core-i386

And if I try to install this package, I got other dependencies problems:

pharo-vm-core-i386:i386 : 
Dépend: libasound2:i386 (>= 1.0.16) mais il n'est pas installable
                       Dépend: libc6:i386 (>= 2.15) mais il n'est pas installable
                       Dépend: libfreetype6:i386 (>= 2.2.1) mais il n'est pas installable
                       Dépend: libgl1-mesa-glx:i386 mais ne sera pas installé ou
                                libgl1:i386
                       Dépend: libssl1.0.0:i386 (>= 1.0.0) mais il n'est pas installable
                       Dépend: libx11-6:i386 mais il n'est pas installable

I'm kind of stuck now...

Cœur
  • 37,241
  • 25
  • 195
  • 267
SJuhel
  • 182
  • 1
  • 9
  • Am also facing the same issue with Ubuntu server 16.04. Could you find a solution to that? – ludo Apr 26 '18 at 10:15

1 Answers1

0

Should be fixed now. That was very close to the release of Pharo 4 and the maintainance team was probably distracted by release issues. For direct help, the pharo-users mailing list works better

Stephan Eggermont
  • 15,847
  • 1
  • 38
  • 65