1

Possible Duplicate:
Upgrade manager wants me to do a partial upgrade

I recently attempted to upgrade my 11.04 to 11.10, but the upgrade failed. Now whenever I open the update-manager it asks to do a partial upgrade. Is there a way to get it to upgrade or atleast stop it from asking about the partial upgrade?

Gamegoofs2
  • 193
  • 6

1 Answers1

2

Try opening a terminal and run:

sudo apt-get update && sudo apt-get -f install

This should fix any previously interrupted update process and, if possible, continue with updating.

NEW IDEA:

What happens if you try:

sudo apt-get update && sudo apt-get upgrade
BeastOfCaerbannog
  • 12,964
  • 10
  • 49
  • 77
Frantisek
  • 8,828
  • 11
  • 29
  • 35