Upgrade from 10.11 to 11.04 fails

Asked by nulll

When I try to upgrade Kubuntu from 10.11 to 11.04 via graphical interface I get an error abuot one or more packages that are damaged.

This is the content of the file
/var/log/dist-upgrade/20110429-1350/main.log

2011-04-29 12:42:24,088 DEBUG linux-image-generic kernel already installed
2011-04-29 12:42:24,088 DEBUG nvidiaUpdate()
2011-04-29 12:42:24,093 ERROR NvidiaDetection returned a error: __init__() got an unexpected keyword argument 'datadir'
2011-04-29 12:42:24,093 DEBUG Installing 'dontzap' (kubuntu-desktop PostUpgradeInstall rule)
2011-04-29 13:47:07,026 ERROR Dist-upgrade failed: 'E:Impossibile correggere i problemi, ci sono pacchetti danneggiati bloccati.'
2011-04-29 13:47:07,027 DEBUG abort called
2011-04-29 13:47:07,031 DEBUG openCache()
2011-04-29 13:47:07,031 DEBUG failed to SystemUnLock() (E:Non bloccato)
2011-04-29 13:47:09,700 DEBUG /openCache(), new cache size 33669
2011-04-29 13:47:09,701 DEBUG enabling apt cron job

How can i resolve the problem and update my distro?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Eliah Kagan
Solved:
Last query:
Last reply:
Revision history for this message
Best Eliah Kagan (degeneracypressure) said :
#1

Please follow my instructions from https://answers.launchpad.net/ubuntu/+source/update-manager/+question/154715 (but post here, not in that question). Also, if you reply to tell me that something didn't work, please also let me know how you were originally attempting to upgrade (for example, were you trying to use packages from the CD, or from the Internet?).

Revision history for this message
nulll (nu111) said :
#2

Thanks! The CLI way managed to update my system.
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade

sudo do-release-upgrade

this was enough... thanks again!

Revision history for this message
nulll (nu111) said :
#3

Thanks Eliah Kagan, that solved my question.