Using the ~pharo/stable PPA
Feb. 19, 2015
12:10 p.m.
Hello list, it looks to me that old and new packages have different dependencies. 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
4180
Age (days ago)
4180
Last active (days ago)
0 comments
1 participants
participants (1)
-
Markus Fritsche