installation - How do I fix 32bit depencies on Ubuntu 14.10 installing pharo? -


i'm having trouble installing pharo on ubuntu 14.10 :

following instructions [here][1] :

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

and last 1 there dependency problem. pharo-vm-core : dépend: pharo-vm-core-i386

and if try install package, 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... [1]: http://pharo.org/gnu-linux-installation#ubuntu-ppa-headless-vm ""

should fixed now. close release of pharo 4 , maintainance team distracted release issues. direct help, pharo-users mailing list works better


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -