Hello Brad,
did you do this as posted to pharo-users?
-----------
If you're *not* using pillar or phratch, and have problems updating the pharo packages, please execute
dpkg -l | grep -i pharo | awk ' { print $2 } ' | xargs sudo apt-get -y
purge ; sudo apt-get update && sudo apt-get install pharo-launcher
"dpkg -l | grep -i pharo | awk ' { print $2 } '" will list all installed
pharo-packages, xargs will give that result to apt-get for the packages
to be purged (that is, remove all their data and metadata - the images
that you have in your home directory will NOT be affected).
Kind regards,
Markus
-----------
Just tried installing "pharo-launcher" again and am getting the following
error:
Errors were encountered while processing:
/var/cache/apt/archives/pharo-vm-core-i386_2014.11.29-16~ppa1~trusty1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
-----
Brad Selfridge
--
View this message in context: http://forum.world.st/Ubunti-14-04-32bit-install-error-tp4805391p4806426.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.