PDA

View Full Version : [ubuntu] 8.04 upgrade - cleanup not complete



b5baxter
May 13th, 2008, 05:55 PM
While upgrading to 8.04 the installation hung during the installation of network manager right before the clean-up task.

I did a cold reboot and everything seems to be working but I am concerned that the clean-up did not complete. Is there anyway to do this manually?

az
May 13th, 2008, 05:59 PM
While upgrading to 8.04 the installation hung during the installation of network manager right before the clean-up task.

I did a cold reboot and everything seems to be working but I am concerned that the clean-up did not complete. Is there anyway to do this manually?

Try

sudo apt-get -f install
This repairs broken packages.

and
sudo apt-get clean
This deletes downloaded packages. They are no longer needed once they are installed. Both those functions are available through synaptic, too, instead of doing it from the command-line.