upgrade to Ubuntu 10.10

Asked by srikumar

I am using Ub 10.04 with the latest online upgrades.

How to upgrade to Ub 10.10 ?

Do I need to wait until it is offered as an automatic upgrade ?

Thank you
srikumar

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
srikumar (ssrikumar) said :
#1

The restriction to install LTS versions only was changed to enable all upgrades and the upgrade process to Ub 10.10 commenced. However the process was aborted with the following message:-

An unresolvable problem occurred when calculating the upgrade:
E:Error,pkgProblemResolves:Resolve generated breaks, this may be caused by held packages.

etc
etc

Any suggestions?
Thank you
srikumar

Revision history for this message
Ubfan (ubfan1) said :
#2

10.04 is a long term support release (LTS) so the next LTS release will be 12.04. If you want to upgrade to the current short term support release, in update-manger, under the update tab, near the bottom of the window, Release Upgrade..Show me distribution releases: and a list, select normal releases instead of long term support releases., then you should have an upgrade button offered in upgrade manager the next time you run.

Revision history for this message
Ubfan (ubfan1) said :
#3

Fully update your 10.04 system before trying to upgrade to 10.10.
Remove uneeded packages
sudo apt-get autoremove
sudo apt-get clean
Then try the Upgrade again.

Revision history for this message
srikumar (ssrikumar) said :
#4

The above commands were run in Terminal
thereafter the upgrade process was restarted
and the same error message was seen, viz:-

n unresolvable problem occurred when calculating the upgrade:
E:Error,pkgProblemResolves:Resolve generated breaks, this may be caused by held packages.

etc
etc

any suggestions ?

thanks
srikumar

Revision history for this message
srikumar (ssrikumar) said :
#5

The Full Text of the error message is as below:-
"
Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade:
E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

 This can be caused by:
 * Upgrading to a pre-release version of Ubuntu
 * Running the current pre-release version of Ubuntu
 * Unofficial software packages not provided by Ubuntu

If none of this applies, then please report this bug against the 'update-manager' package and include the files in /var/log/dist-upgrade/ in the bug report.
"

srikumar

Revision history for this message
Eliah Kagan (degeneracypressure) said :
#6

Please run this commands and post the text from the Terminal (starting with the line at which you paste/type it in):

ls -l /etc/apt/sources.list.d; cat /etc/apt/sources.list

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#7

This can be a duplicate of bug 721306 and bug 658458 (and a dozen similar ones)

If the package xserver-xorg-video-nouveau is installed, in several cases the 10.04 to 10.10 upgrade fails with the error message

"Could not determine the upgrade
An unresolvable problem occurred while calculating the upgrade:
E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
This can be caused by:
* Upgrading to a pre-release version of Ubuntu
* Running the current pre-release version of Ubuntu
* Unofficial software packages not provided by Ubuntu"
Several persons have reported that after removal of that package the upgrade was successful.

Try this workaround: Open a terminal and enter the command:

sudo apt-get remove xserver-xorg-video-nouveau

and try the upgrade again.

Revision history for this message
srikumar (ssrikumar) said :
#8

Manfred Hampl

Thank you very much.

The upgrade proceeded very smoothly after your suggestion was implemented.

God Bless
Srikumar

Revision history for this message
srikumar (ssrikumar) said :
#9

Thanks Manfred Hampl, that solved my question.