PDA

View Full Version : [ubuntu] Update-manager crash at "Cleaning Up"



ddcc
April 26th, 2008, 01:28 AM
While updating from Gutsy to Hardy, the update-manager crashed right before "Cleaning up...", though after rebooting the system seems to be upgraded to Hardy and working ok. I would like to know is there any way to manually do the clean up though?

Partyboi2
April 26th, 2008, 03:46 AM
try

sudo apt-get clean

ddcc
April 26th, 2008, 04:16 AM
I've managed to "fix" it by using sudo apt-get clean, as well as by modifying the python source code (in a local directory) to jump straight to the cleanup function.