I removed every package with the name "pharo" in it via the commands:
"sudo apt-get --purge remove pharo-vm-core" "sudo apt-get --purge remove pharo-vm-core-i386" "sudo apt-get --purge remove pharo-sources-files" Then ran a "dpkg --get-selections | grep 'pharo*'" wheich returned nothing. Then ran the following commands: "sudo add-apt-repository ppa:pharo/unstable" "sudo dpkg --add-architecture i386" "sudo apt-get update" "sudo apt-get install pharo-launcher" Did NOT solve the problem. ----- Brad Selfridge -- View this message in context: http://forum.world.st/Ubunti-14-04-32bit-install-error-tp4805391p4805402.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
